Widget border

Latest Reply from Dave at 2014-05-23 03:50:58
Is it possible to remove the border around widgets?
Hi!
To fix this you have to edit the code:
#content .widget {
background:#fff;
border:4px solid #f0f0f0;
margin-bottom:28px;
padding:10px 16px;
}

in style.css. Simply remove the property border for this element.

Leave a reply

Add codeAdd image