Hi
I want different background-colors for different pages. With a css like this:
.page-id-157 #main{background-color:#006400;}
.page-id-157 header{background-color:#006400;}
.page-id-157 #footer {
background-color:#006400;
}
.page-id-157 site-footer tg-site-footer tg-site-footer-widgets {
background-color:#006400!important;
}
everything (header and main) works beside of the footer; no matter what definition I try – the color doesn’t change.
What do I do wrong?
And would it even be possible to get different menu background-colors on different pages?
Thanks!
vanbrel
Hi Hans
Thanks for reaching out.
Do you have a public URL where we can take a look at what’s going on?
yes, have a look at
https://denisedoesyoga.com
Ciao
Thanks.
In your Custom CSS you have:
tg-site-footer-widgets
is a class name, it’ll need a period in front of it to designate it as a class.