Image Banner Secondary Text Colour Dawn Theme

Hello!

I am trying to change the secondary text “Prince George’s etc..” to solid white instead of grey, but can’t seem to find the line of code. I am using Dawn theme.

Here is the link: https://huxcrc2vuawj70o6-55606018148.shopifypreview.com

Any help greatly apprecaited.

1 Like

Try adding this code to the bottom of section-image-banner.css.

.banner__text span {
  color: #ffffff;
}
1 Like