Show background image through background color
-
I added a background image to my site, but I was really hoping that the whole image would show through instead of being blocked by the site contents. Is there any way to take out the background color of the site and use just the background image?
The blog I need help with is: (visible only to logged in users)
-
Have you purchased the annually renewable custom design upgrade and do you have CSS editing skills? Without the custom design upgrade you cannot do what you propose.
-
I can see with Firebug that you have the Custom Design Upgrade, so add this to the bottom of your CSS to get rid of the background on the main wrapper/content area.
#page, .main-navigation ul ul { background-color: transparent; } -
-
-
- The topic ‘Show background image through background color’ is closed to new replies.