Neutra theme css header customization
-
I need to know the css code to remove the blue, i guess beige, and orange lines in the header. Any help?
The blog I need help with is: (visible only to logged in users)
-
Add this to your CSS:
#left h2.title { background:none no-repeat scroll 0 0 transparent; border-bottom:4px solid #DDDDDD; }I added the border-bottom to match the existing without the colored lines. If you don’t want the border at all, just don’t include the border-bottom declaration. Or, if you want it a different color, or a different width, just edit the attributes.
-
- The topic ‘Neutra theme css header customization’ is closed to new replies.