Set tranparency below the header Ad

Posted in: Newspaper
Post count: 260

Hello

Here the header ad is on a DIV with white background:
http://www.virtualmagie.com/articles/comptes-rendus/spectacles/mardis-de-la-magie-scene-ouverte-a-paris/

In admin / CSS custom I put

.td-header-sp-recs {background:transparent!important;}

but not seem to work.

How could I achieve that?

Regards

Post count: 22421

Hi,

Try to target the container above that one: .td-banner-wrap-full
Here is an example:

.td-banner-wrap-full{
background-color:transparent!important;
}

Thank you!

Post count: 260

Excellent! It’s working 🙂

http://www.virtualmagie.com/tag/offres-speciales-vmistes/

There is 20px for the margin top of the banner and nothing under.

To center that, how I could achieve to have 10px on top and 10px on the bottom?

Post count: 22421

Hi,

You can use this code in the theme panel-> custom css box or advanced css if you want to alter the amrgins for responsiveness:
.td-header-style-12 .td-a-rec-id-header > div{
margin: 24px auto 24px auto !important;
}

Thanks.

Post count: 260

Great! Many thanks

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