How can I change the heading color to black on my homepage banner?

My site cupblasterstore.com has an image banner at the top of the home page. The heading colour is white making it invisible to see against the light background. How do I change the heading colour to black (theme is sense)

h2.banner__heading.h1 {
    color: #000;
}

.banner__text.subtitle {
    color: #000;
}

and just change the #000 to your selected color.

Hello @CupBlaster

I would like to give you the recommendation to support you so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before :

I hope the above is useful to you.
Best regards,
GemPages Support Team

1 Like

Hi @CupBlaster

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

1 Like

Hi, I’ve tried this code and it changes the subtitle text instead of the heading text. Is there a variation of the code to change the heading rather than the subtitle? Thanks