Hello,
I would like to know how I can hide the header and menu in an article, not page.
Thank you
Hey Belliniphotoart,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
and how do the visitors then navigate further on your site?
this for me is like a landing page. it is a private page that I use to send my slideshows to customers and they have to understand that it is a private page and not a page reachable from my website.
well on Enfold there are on html and body a lot of classes which you can use to style your layout.
if these are posts there is on body : single and single-post class
on portfolio : single and single-portfolio class:
so you can do this:
#top.single-post #header { display: none }
#top.single-post #main { padding-top: 0 !important;}
if it is only for a special post – you should know the post ID – this you can find too on the body (#top) something like: postid-1959
Maybe I’ve solved it, I’ve modified the section:
“Visibility and transparency Header
“Several options to change the transparency and visibility header on this page.”
by selecting “hide headers on this page”.
Thank you for your availability
Hi Belliniphotoart,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria