Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
What code can I use to remove both logo and menu from a particular page.
Thanks
Also what css code I can use to remove logo from mobile version on a particular page?
the idea is to have revolution slider on home page without logos or menu and for them to be part of the slider itself.
Hello,
Please add this code:
.header_wrapper { display: none;}
.header_7.header_wrapper { display: none;}
@media (max-width: 767px){
.header_wrapper {display: none;}
}
Let us know.
Best regards!
You must be logged in to reply to this topic.