Hide Video Icon from Blocks

Posted in: Newspaper
Post count: 13

I want to hide the Video Icon, but only from my Big Grid 2 and from my Slide. I want it to show on the rest of the Blocks. Is it possible?

Post count: 22421

Hello,

Here is a code to remove the video icon from a big grid 2:

.td_block_big_grid_2 .td-video-play-ico {
display:none!important;
}

As for the slide, i’m not sure if it’s a big grid slide: https://demo.tagdiv.com/newspaper/big-grid-slide/ or a simple slider element: https://demo.tagdiv.com/newspaper/ios-slider/
Here is a code that will affect both though:

.td-theme-slider .td-video-play-ico{
display:none!important
}

Thank you!

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