Change background wrapper color CSS upgrade
-
I changed the color of the navigation bar background to white, but there is still black in the upper left and right corners. The theme is Pocket.
Tried the code below but it didn’t work. I would greatly appreciate any ideas.
body > .container,
#slider-wrapper {
padding-left: 10px;
background-color: #ffffff;
}#midrow .container,
#footer .container {
padding-left: 10px;
}#header .container {
width: 970px;
background-color: #ffffff;
}The blog I need help with is: (visible only to logged in users)
-
Answered here: https://en.forums.wordpress.com/topic/change-background-wrapper-color-css-upgrade-1?replies=2#post-2028887
@drenchedinlife I know you mentioned in the other thread to ignore this one, but making a note of it here as well helps keep things clean for staff and volunteers.
Just for future reference, it’s also better to post CSS questions directly to the CSS form (here’s a link: https://en.forums.wordpress.com/forum/css-customization#postform).
Staff and volunteers who really like CSS look there for the questions, so they can get missed in the support forum (and CSS threads in support can clutter things up a bit for the volunteers who prefer to answer regular support questions).
Good luck with your site!
- The topic ‘Change background wrapper color CSS upgrade’ is closed to new replies.