Sense theme image banner text stuck on white

Hello! I’m having a hard time changing the color of the text, heading, and button color on the image banner section from white to brown color #46231A . Right now it’s white text on a white background on both mobile and desktop. any help would be greatly appreciated!

https://glmw8pv7ij6id4p0-461799479.shopifypreview.com

Hi @CoconutWhisk

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css ->paste bellow code in bottom of file

h2.banner__heading.h0, .banner__text.body {

color: #46231A !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

1 Like

hello! for some reason this didn’t work for me :disappointed_face:

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag

h2.banner__heading.h0, .banner__text.body { color: #46231A !important; }

Please refer to this screenshot: https://prnt.sc/afpBHc_RJbvN

2 Likes

that changed the top text but not the big header text below it or the button color

Please try with this code and add it at the top of the base.css file.
.banner__heading {
color: #46231A !important;
}
a.button.button–primary {
border: 1px solid #46231A !important;
}

2 Likes

combining the last 2 steps above worked! thank you!!

1 Like

Yeahhh, I’m glad to help you @CoconutWhisk :wink: