background color - bgc
hello from germany,
i read all (hope so) about it.
great child theme installed, bgc in style.css ...
what does bgc mean? the color around the theme?
i want to change the color in (on) the hole site.
background color - bgc
hello from germany,
i read all (hope so) about it.
great child theme installed, bgc in style.css ...
what does bgc mean? the color around the theme?
i want to change the color in (on) the hole site.
the background color is what's around the page container. If you want to change the color of the container you have to do it in style.css like this:
#container { background-color: #eee; }
Here's how to change the body background color in a child theme:
html body { background-color: #eee; }
that works!
dankeschoen (thanks)
You must log in to post.