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!
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
hello! for some reason this didn’t work for me ![]()
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
that changed the top text but not the big header text below it or the button color
combining the last 2 steps above worked! thank you!!
Yeahhh, I’m glad to help you @CoconutWhisk ![]()

