How can I change the color behind categories and archives? The bakgorund is grey/blue but I want it to be white.
Change the color
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open up style1.css and search for following code:
.boxed .entry{ border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background: transparent url("../images/skin1/bg_entry.png") no-repeat right top; }Replace it with:
.boxed .entry{ border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background: #fff; }Posted 2 years ago #
Reply
You must log in to post.














