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
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;
}
combining the last 2 steps above worked! thank you!!
Yeahhh, I’m glad to help you @CoconutWhisk