Quentin Theme CSS
-
How do I change the color of the dark brown background of the Quentin theme? I tried copying the original code from “view page source” option and added another color code replacing the # 444. That has not helped. I already have the CC upgrade. Please help.
The blog I need help with is: (visible only to logged in users)
-
You have to get rid of the background image which gives the nice fade effect the theme uses. Try adding just the line of code below to the CSS edit window.
#rap {background:none #fff;} -
“View source” only shows the XHTML, not the CSS. You not only have to change the color code in the body background definition, but you have to get rid of the image that is used.
body {background:none repeat-x scroll center top #444444; } -
- The topic ‘Quentin Theme CSS’ is closed to new replies.