Help making my blog background white
-
Hi,
I’m wanting to get rid of my dark background without resetting my whole blog. I’d like to have the background as it is (the fading black to white), with my header, menu, and all the other segments of the page as white. Basically, I want the background but with black text on white. I tried changing the CSS to no avail.
Example:
For the background of the menu, I changed the color #272727 to #ffffff but it did not work./*Drop Down Menu Background*/
.nav-menu .sub-menu, .nav-menu .children {
background: #272727;
}My theme is McKinley with CSS changing the colors of text, font styles, and colors.
The blog I need help with is: (visible only to logged in users)
-
Hi!
It looks as though your background is a gradient image, overlaying whatever solid colour you chose through your CSS.
Give this a try: If you go to WP Admin >Appearance > Customize > Colors & Backgrounds.
If you have this option, click the image panel underneath the ‘Background’ title. This should bring up a button that says ‘Options’. Click on that, and then it should give you a hyperlink option that says ‘Hide background image’. Give that a click, and fingers crossed, it’ll work!
- The topic ‘Help making my blog background white’ is closed to new replies.