Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1141366

    Hello,
    I would like to know how I can hide the header and menu in an article, not page.
    Thank you

    #1141469

    Hey Belliniphotoart,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1141691
    This reply has been marked as private.
    #1141700

    and how do the visitors then navigate further on your site?

    #1141703

    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.

    #1141723

    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

    #1141733

    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

    #1142290

    Hi Belliniphotoart,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.