Pattern Overlay on Featured Images?

Posted in: Newspaper
Post count: 42

Is it possible to add a black gradient or pattern overlay on the featured images on posts?

Post count: 23312

Hello saucestevo,

I assume that you want to create some opacity for each featured image, right? So, if you want to do this, please notice that you should use the code below and place it in Theme panel->Custom CSS area.

.td-post-featured-image {
opacity: 0.2;
}

The result is here -> http://screencast.com/t/xvHvt5u7j

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.