Side-bar border color
-
Hello there,
I’m trying to change the color of my sidebar’s border from grey to this color: #637D47
However I’m having no luck figuring out how to make the changes! Any advice gratefully received.
The blog I need help with is: (visible only to logged in users)
-
This should work, try adding it to your existing custom CSS:
#secondary { border-color:#637D47; }
- The topic ‘Side-bar border color’ is closed to new replies.