I have Refresh theme and I want to change the background color of the Pages. I don’t want to change the background color in Theme because in all the other places the background color is fine, but on the Pages I want no color just white.
I have seen other responses to change the code in base.css but this didn’t do anything for my site?
The website is www.phoenixhipsactive.com
Thx
Hi,
Do you want to change this pink color ?
Yes that pink background on all the Pages
the text color is also white so if you change that pink background to white then text won’t be visible
Yes but I thought I could just change the text to black once the background was white
I recommend you to change the color from pink to white from theme
and then we will do the pink color where needed from code in base.css file
ok i’ll give that a try and see what then needs fixing. Thx
ok that achieves what i want on pages thanks. I then created a new theme that I could apply to the parts that I want with a pink background so that works.
The only things that need fixing:
Heading Text on Slideshow - back to white
in the end of base.css file paste this code
h2.banner__heading.inline-richtext.h2 {
color: #fff !important;
}
Thanks so much, this works, it’s perfect. I’ll keep your Fiver details and yell if I need any more complicated help!