How can I change the colour of the ‘Headings’ only in the Sense theme?
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
color: red; /*change color as you like*/
}
1 Like
Perfect, thanks
1 Like
its my pleasure to help us