Able Theme – Change color of border and body
-
Hello,
I’ve spent weeks trying to find the right theme and customize it. I think I finally have now, but can’t figure out how to change the color of the borders in the body and the color of the body itself. I have the Custom Design upgrade.
Any help with the CSS code would be appreciate it.Thanks in advance!
RickThe blog I need help with is: (visible only to logged in users)
-
-
I checked http://santisound.com/ and I found that you are currently using the Fresh and Clean theme.
To change the color of the borders, start with this:
section.featured { border: 10px solid pink; }Change the “pink” color name to a color code of your choice:
http://automattic.github.com/Iris/To change the borders around the main wrapper #page element, use this:
#page { border: 1px solid hotpink; }To change the color of the background behind where the posts and sidebar sit, use this:
#page { background: lightyellow; } -
- The topic ‘Able Theme – Change color of border and body’ is closed to new replies.