Hi,
is it possible to hide in only one page of the site the header section?
I need a page that only show the visual composer item... Here the page
[Links visible only for registered users] i need to hide the action bar, the menù and the two logo (i use the Magazine header with the minimalist option).
Thanks...
Comments
yes, it is possible. You can remove header on that page with below css:
.page-id-1597 #Header_wrapper { display: none !important; }where 1597 is page ID.P.S. We're glad to hear that you found own way to hide header so now you can choose which solution you prefer