How to change color in thumbnail

Posted in: Newspaper
Post count: 5

I want to change the color of the background of thumbnails in the “Big Grid 3” in Grid Style 4. I don’t want this transparent, and I’d like to have it in green.
Nig Grid 3 - Grid style 4

The website is: http://www.tribonerd.com

Post count: 23312

Hi Filipe,

You can change the color of the background of thumbnails like that:

http://screencast.com/t/uKqtLdJ0Vf4 http://screencast.com/t/nnHra9sWG

.td-grid-style-4 .entry-title {
background-color: rgba(124, 100, 171, 0.3);
}

Please insert the code above in Theme panel->Custom Css area like this: http://screencast.com/t/1iawYjGaOo

Thanks and let us how it goes!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.