retro-fitted: Boxes
-
That will be my last question for the week, promise :)
I managed to remove the boxes around the widgets (actually made them white) with this code:
.widget {
border-color:#FFFFFF;
}
but can’t figure how to do the same for the main part of the blog (posts).
What code should I use for that?
Thanks!
The blog I need help with is limetreefruits.com.
HI, just bringing up my question in hopes someone sees it and can help me out ;)
Hello, if anyone is also looking for that answer, here is the right code:
.hentry {
border: none;
}
The topic ‘retro-fitted: Boxes’ is closed to new replies.