Skip to product information
1 of 1
Published:2024.08.01

CSS settings for displaying the section titles of the Shopify theme "Dawn" not only on the left but also in the center or on the right.

CSS settings for displaying the section titles of the Shopify theme "Dawn" not only on the left but also in the center or on the right.

Applications

  • Style (CSS) Editing

How to implement

  • HTML/CSS
View full details

The Shopify theme Dawn has various sections, but there are no settings for the placement of headings (titles), so you will need to adjust them using custom CSS. Note that the setting method differs depending on the section type, so we will show examples of each.


CSS settings for displaying the section titles of the Shopify theme "Dawn" not only on the left but also in the center or on the right.


[(For the Dawn theme) How to set it] The "Featured Collection", "Collage", and "Page" sections are set using the "text-align" property of the h2 tag.


[(For the Dawn theme) How to set it] The "Multi-column", "Collection List", and "Blog Post" sections are set using the "justify-content" property of the tag with the .title-wrapper-with-link class.


Related Post