Hi,
I have some code which sets the background colour of posts/category/archive pages etc – see below.
I changed this because the site has a white border and this was lost on all these pages.
.single-post #main .container_wrap, .single-post {
background-color: #e6eaed;
}
.category #main .container_wrap, .single-post {
background-color: #e6eaed;
}
.archive #main .container_wrap, .single-post {
background-color: #e6eaed; }
However, this overrides the footer colour, which I want to be #181f38.
Is there a specific bit of css I can add to change the footer colour and socket colour?
Thanks
I may have figured it out with a bit of trail and error.
Would someone in support mind just checking this bit of code for me please?
div#footer.container_wrap.footer_color {background-color: #181f38; }
All the CSS I know has all been picked up from here, so I don’t really know what I’m doing!
Cheers.
Hi,
This looks co be correct. If it adjusted the color to what you needed then it should be just fine.
Best regards,
Jordan Shannon
Thanks Jordan,
I was just worried that it might’ve over-written something more important.
Hi,
No that code above should just target the footer. If this is what you needed let me know if I should close this thread.
Best regards,
Jordan Shannon
I’m good I think Jordan, the whole page was a light blue/grey (#e6eaed) before so I was hiding the footer in the layout options.
Just glad I didn’t break the site with my hit and miss CSS!
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon