Big Grid Wrapper Targeting

Posted in: Newsmag
Post count: 80

Hello TagDiv team,

I am using the below CSS to target the Big Grid Wrapper’s module thumb.
Is there a way I can target a specific style? I can’t find a workaround.

.td-big-grid-wrapper .td-module-thumb a:before {
background: transparent !important;}

At the moment, this is targeting all big grids, but I want to exclude Big Grid 3.

Please let me know if there is a way around this?
Thank you!

Post count: 6535

Hi

You can use a css like this one:

.td_block_big_grid .td-module-thumb a:before, .td_block_big_grid_2 .td-module-thumb a:before, .td_block_big_grid_4 .td-module-thumb a:before, .td_block_big_grid_5 .td-module-thumb a:before, .td_block_big_grid_6 .td-module-thumb a:before, .td_block_big_grid_7 .td-module-thumb a:before {
background: transparent !important;
}

This code will target all grids except big grid 3.
Thanks!

Post count: 80

Hi Andrei,

This worked perfectly, thank you very much!

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