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!
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
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!
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
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