Hide Menu & Footer

Posted in: Newsmag
Post count: 7

Hi team,

I would like to know how to hide a menu and a footer from some page. Is it to increase lead conversion.

I didn’t found on the support how to do that. Could you help me ?

Thank you

Post count: 6535

HI

You can use this css to hide main menu and footer from a specific page:

.page-id-36 .td-header-menu-wrap, .page-id-36 .td-footer-container{
display: none;
}

Just change the id with your page id where you want to hide the main menu and footer.
Hope this helps.
Thanks!

Post count: 7

thanks you

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