All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I want to change the header text colour for only the collection page and products pages in dawn theme.
Would you mind to share your store URL? Thanks!
Thanks for the info, i just like to confirm is this heading you mean?
If it is, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.rich-text.content-container.color-scheme-3.gradient.rich-text--full-width.content-container--full-width.section-template--21354181001559__rich_text_pHLrim-padding h2 {
color: red;
}
And Save.
This code is only for the collection, for the heading in the product pages your talking about the title of the product?
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
no, the header above that, where the logo and "home" "info" buttons are. the text on the header is white and can't be seen. And the same problem is for every product I add. the text on the header is white.