Hello! I’m trying to change the background of our blog’s main page and a single post to white, while still leaving the side panel grey. Help!
Hey Lead,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top.single-post #main .main_color.container_wrap_first.container_wrap.sidebar_right,
#top.page-id-14069 #main .main_color.container_wrap_first.container_wrap.sidebar_right {
background: #ffffff !important;
background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f8f8f8 52%, #f8f8f8 100%) !important;
background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#f8f8f8 52%,#f8f8f8 100%) !important;
background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#f8f8f8 52%,#f8f8f8 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 ) !important;
}
#top.single-post #main .main_color.container_wrap_first.container_wrap.sidebar_right main,
#top.page-id-14069 #main .main_color.container_wrap_first.container_wrap.sidebar_right main {
background-color: white;
}
#top.single-post #main .main_color.container_wrap_first.container_wrap.sidebar_right aside,
#top.page-id-14069 #main .main_color.container_wrap_first.container_wrap.sidebar_right aside {
background-color: #f8f8f8;
}
Best regards,
Nikko
This worked perfectly. Thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon