Can I disable "Header Add" only in homepage?

Posted in: Newspaper
Post count: 460

Hello team,

Can I disable the “header ads” only in the home page but not in the rest of pages? Thanks

Post count: 460

And, if posible delete also in home of mobile version? I use the pluguin for mobile. (only delete in home, not in articles) thanks

Post count: 23312

Hello Jose,

Please provide your website URL so I can take a closer look at it. I need to inspect it closer your website so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 460

Hi @Catalin,

This is the url: https://goo.gl/jwbEyx

Thanks and cheers

Post count: 23312

Hello Jose,

If you want to remove the header ad only for the homepage, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.home .td-header-rec-wrap {
display:none;
}

Thanks for the message!

Post count: 460

Hello @Catalin

Thanks, the code run ok in desktop version but not in mobile version ¿Can I remove also this add in mobile home version? I put the same code at mobile options but not run: https://goo.gl/lQEFg9

Cheers

Post count: 23312

Hello Jose,

Yes, you can insert the code in the Custom Box area from Mobile theme but you should add the !important tag, like this -> https://www.screencast.com/t/CaZRVogk

Thanks for your message!

Post count: 460

Hello @Catalin,

I try but not run:

code: https://goo.gl/NxdRQv

mobile format (banner is yellow): https://goo.gl/1ounsQ

Maybe is no posible?

Cheers, Jose

Post count: 20688

Hi,

For mobile you can do it like this – https://www.screencast.com/t/Rj7RiivsSYlB
Please try the code provided below in the mobile theme css section, and it should work properly

.home .td-a-rec-id-header_mob {
display: none;
}

Thanks

Post count: 460

Thanks a lot, now all is perfect 🙂

Thanks!!

please update to resolved

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