JonJulz
December 19, 2022, 8:27am
1
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,
In your Shopify Admin go to online store > themes > actions > edit code
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;
}
Ujjaval
December 19, 2022, 8:56am
3
@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:
Go to Edit code on Online Store:
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 .
Kind & Best regards,
GemPages Support Team.
JonJulz
December 19, 2022, 9:18am
5
Mate your an absolute legend thank you.
Your kind words have just made my day .