Change Header text colour on collection page

Change Header text colour on collection page

adorcollective
Tourist
11 0 2

Hi, I want to change the header text colour for only the collection page and products pages in dawn theme.

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10202 2422 3067

Hi @adorcollective 

Would you mind to share your store URL? Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
adorcollective
Tourist
11 0 2
Made4uo-Ribe
Shopify Partner
10202 2422 3067

Thanks for the info, i just like to confirm is this heading you mean?

Made4uoRibe_0-1712917629262.png

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
adorcollective
Tourist
11 0 2

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.