Change colour of headings in pursuit theme

Hi

First thanks for resolving my first issue.

I would like to change my main heading colours to white. when I change it in the theme colour setting it changes every other heading white that need to be orange.

I also would like the product name only be white too, this appears to be linked with the same setting

my link is www.jjzdesignz.com.au

I have also included a screenshots

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset > theme.css and paste this at the bottom of the file:

.feature-row__item.feature-row__text.feature-row__text--left {
    color: #fff;
}
.index-tabs_nav a {
    color: #fff;
}
h1.product-single__title.h3 {
    color: #fff;
}

@JonJulz
put below css into theme.liquid file before closing tag


Hello @JonJulz ,

Glad to support you today.

To can change color the heading, you can check my suggestion below to make it:

  1. Go to Edit code on Online Store:

  1. Add my code above the tag on file Theme.liquid:

Eg:

It show like this when you add my code:

I hope you find the answer helpful :grin: .

Kind & Best regards,
GemPages Support Team.

Mate your an absolute legend thank you.

Your kind words have just made my day :grin: .