Dawn theme: Change colour of specific text

Hey, I wonder if someone can help me. I’m stumped!

I’m trying to change the font colour of one specific section.

Website is: https://straight-narrow-drinks.myshopify.com/pages/b2b (password: zeropercent)

It’s the section with the full bleed image and a quote on top.

I’ve tried the following code with no change:

#Banner-template--16195405250776__1656510634a72ed04a  .banner__heading .h0 {
  color: white !important;
  }

any ideas?? Thank you!

Hi!

Head into your section-image-banner.css file and search for the following code:

.banner__heading {
    margin-bottom: 0;
}

Replace it with the following:

.banner__heading {
    margin-bottom: 0;
    color: white !important;
}

You were very close with your original code, just in the wrong class :slightly_smiling_face:

2 Likes

Thank you @WoodyDev ! although am i right in thinking that this would change all image banner texts to white? I’m looking for specifically that instance (on that page)

ahh yes got it! like you said, i had the wrong class. removed the .h0 and it works perfectly. thank you!!

No problem at all!

If you could spare a few moments to read through my signature I would highly appreciate it! :heart:

Also, if you need any help in the future, feel free to message me directly!