CSS Question
-
Hey, how do I make my option bar (Creative, WR Global) etc.. not transparant? Like I just want that to be black,
The blog I need help with is: (visible only to logged in users)
-
Modify the following in your CSS to look like this instead of what you have.
#access { background: none #000000 !important; } -
-
- The topic ‘CSS Question’ is closed to new replies.