Can't disable header ad in single-post via custom css

Posted in: Newsmag
Post count: 33

Hi Guys,

On a single-post, header style 8, post template style 6, global-block-template-1, with this url
: https://www.nieuwetijdskind.com/hoe-word-je-een-goede-coach/
Custom css does not remove the responsive Google Ad, injected through the themepanel Header ad.

I use this code in the Custom CSS section of the theme panel:

.postid-73907 .td-g-rec-id-header
{ display: none;
}

It works well except with with this posttemplate. 🙁

Theme and plugins etc all updated.
Please assist.

Kind Regards,

Gordon

Post count: 23312

Hello Gordon,

Try to use the !important tag like the code below ->

.postid-73907 .td-g-rec-id-header
{ display: none!important;
}

Thanks for the message!

Post count: 33

That helps.. I really LOVE your support!, thanks!

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