Archived topic
Background body color on pages
3 replies · Started by Marcus on November 8, 2020
Viewing posts 1–4 of 4
Hi,
I would like to know how to change the background body color of a page when i'm using widgets on the right.
It's currently grey, but I would like to keep it all #ffffff (white).
See link to the page i'm referring to in the private information.
Best, Marcus
Hi there,
try this CSS:
body.right-sidebar {
background-color: #fff;
}
Thanks. Looks better now!
Glad to be of help
This archived topic is closed to new replies.