How to change a "background" color
The topic ‘How to change a "background" color’ is closed to new replies.
Need help? Check out our Support site, then
I need to change the color of the decorative element that lies over the background (but under the content). Not really sure what to call it – the midground? It’s the abstract geometric form that’s currently pale pink on my site, http://www.localtechnique.com (the default color I believe). I need to make it white so that it’s seamless with the actual background. How can I do this?
Thanks in advance.
The blog I need help with is: localtechnique.com
Hi there,
You’d need to use Custom CSS for this. Try this:
.site, .featured-heading, .slide-out, .page-links-inner, .featured .hentry:first-child::after, .featured .hentry:last-child::after { background: #fff !important; }
Regards,
Leland
The topic ‘How to change a "background" color’ is closed to new replies.