Removing Video CSS Container for ad

Posted in: Newspaper
Post count: 58

Website URL: https://personacentral.com/

For ad management purposes, I need to remove the following CSS on a video ad’s container named: (transform: translateZ(0);).

This is the CSS within the page:

The ad has been set via the Newspaper – Theme panel > ADS > Custom ad 2 section with the following code: <div class=”vm-placement” id=”vm-av” data-format=”isvideo”></div>

What do I do to remove the aforementioned container? Thank you.

Post count: 27744

Hello,

You can not remove the code, but you can use this code instead
.tdi_18.td-a-rec:not(.td-a-rec-no-translate)
{
transform:none!important
}

Set the code in theme panel -> custom code -> custom CSS.

Thank you!

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