How do I remove the border around the thumbnail images?
How do I remove the border around the thumbnail images?
Edit "border"
in your base/css/general.css filePHP Code:div.thumbnail_block img
{
border:1px solid #9B9A9A;
background-color:#EDECEC;
background-position:center;
background-repeat:no-repeat;
}
I deleted border:1px solid #9B9A9A; It looks way better this way![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks