bigchezmktg
Member
Posted 3 years ago #
I'm trying to edit the actual layout color of my blog. As in, the space inbetween the sidebar and content sections. Not the space outside the content on either side of the page.
However, I don't know where to look. Right now, its transparent. I want to make it white.
Thank you SO MUCH in advance for anyone that can help!
a link to your site makes it easier to help.....
bigchezmktg
Member
Posted 3 years ago #
HA! Sorry! Here ya go. To clarify, this is a site I'm helping someone with, and not MY OWN.
http://blog.kiwicreative.net/
well......there is no way to fill in just the area between the sidebar and the content easily. If you also want to fill in the space between the sidebar widgets, and also under the sidebar widgets....that is easier
.wrap.content in style.css
this bit here I believe
.wrap.content { overflow:hidden; }
if I have the right one, adding a background to it will do it
.wrap.content { overflow:hidden; background:#ffffff; }
bigchezmktg
Member
Posted 3 years ago #
Genius, Voodoo! Worked like a charm! Thanks a MILLION!
for sure! glad ya got it!