Is it possible to change via css the background of the bfthumb on the main page, like on the screenshot below?
Change/add background colour to bfthumb on mainpage
(3 posts) (2 voices)-
Posted 2 years ago #
-
yes, but you need to change the calculation of the thumb posts width in the bottom of options.php to make room for the padding (search for $thumb_width). you can change the right margin, padding and bgcolor like this:
.post.frontpage.thumb {
padding: 10px;
background-color: #eee;
margin-right: 5px;
}use Firebug to figure out what else to tweak, and google to figure out the rest...
Posted 2 years ago # -
thank you!!!
Posted 2 years ago #
Reply
You must log in to post.