Css content background code?
-
I have CSS. I’m fairly good at it, but there’s one code I’m not so sure about. I want to change the content background, like the background of text and posts. What is the code?
The blog I need help with is: (visible only to logged in users)
-
Regulus is a mess when it comes to CSS. To change the background color of the posts/sidebar area you will have to change a bunch of border and background colors. All in all you are going to be changing about 10 or 15 things.
Start with the background in #wrapper and then you will just have to hunt for all the other borders and backgrounds you will have to change. It will look a mess till you hunt all of them down.
If you are using Firefox, they firebug addon helps a lot in identifying where things are controlled in the CSS. Also, you can do search of the CSS file for #FFFFFF and then sort through everything that is in white. That will help too.
- The topic ‘Css content background code?’ is closed to new replies.