Change headings colour only in Sense Theme

How can I change the colour of the ‘Headings’ only in the Sense theme?

1 Like

@dan_hoo

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@dan_hoo

try this code

  1. Go to Online Store->Theme->Edit code
  2. 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

@dan_hoo

its my pleasure to help us