Disable fade effect on post Style 6 and 7

Posted in: Newspaper
Post count: 24

Hi,

How can I disable the fade effect on featured images for Style 6 and 7 ?

I disabled the fade option in Theme Panel but it doesn’t apply to featured images

Thanks

Post count: 22421

Hello,

Unfortunately there is no option in the theme panel for it, but it can be removed with css:

.td-backstretch{
transition: opacity 0s!important;
}

Just add the code in the theme panel->custom css box and the fade will be removed.

Thank you!

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