How to Change the Header Font Colour for Specific Sections

I have set the background of certain sections to black - but that makes the headers which are set to black unable to be seen. There is no option to change specific header colours anywhere in settings. How do I change specific header font colours without affecting them all?

I can add pictures to help explain further if needed. Thanks!

1 Like

My website is mxdebymxllory.ca and the password to get in is 1234

1 Like

Hi @mxdebymxllory ,

I logged in with your password. But failed, can you check your password is correct?

Thanks you

Hi yes I’m so sorry I forgot I changed it. Now it is 1234

Thank you!!!

@mxdebymxllory

sorry but your password doesn’t work

Hi yes sorry I forgot I changed it. Password is 1234

Hi @mxdebymxllory ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.scss->paste below code at the bottom of the file:
#content .title h1 {
    color: white !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

It worked! Thank you so much!