Remove header from a page on my site

  • Posted in : Bloggy WP
  • Kaneisha
    Participant

    Hello! What do I need to do to remove the header and navigation from this page on my site: http://theartofapplying.com/session/ as well as from this page: http://theartofapplying.com/apply

    It looks like the header is already gone from the second link, but how do I get rid of the navigation menu on that page as well? Thank you!

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .page-id-12830 .site-header { display: none; }
    iframe#b54be16a34aaeb597cd0746fe34c42d353a0d3862-container + h2+ .main-navigation { display: none !important; }

    Thanks

    Kaneisha
    Participant

    Thank you so much!

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    Kaneisha
    Participant

    Hi Serkan and team, I’m reopening this thread because it’s the same question.

    I put in the code

    .page-id-12830 .site-header { display: none; }
    iframe#b54be16a34aaeb597cd0746fe34c42d353a0d3862-container + h2+ .main-navigation { display: none !important; }

    but the navigation menu still shows on this page: http://theartofapplying.com/apply

    Can you help me figure out how the code needs to change to make the menu disappear? Thank you!

    Kaneisha
    Participant

    Correction: for http://theartofapplying.com/apply I put in the code:

    .page-id-12819 .site-header { display: none; }
    iframe#b54be16a34aaeb597cd0746fe34c42d353a0d3862-container + h2+ .main-navigation { display: none !important; }

    serkan
    Moderator

    Hi,
    You can try to use this custom css code;

    iframe#q675350c12bdcccaf42c032773a864efb242cbf99-container + h2+ .main-navigation { display: none !important; }

    Thanks

    Kaneisha
    Participant

    That worked. Thank you!

    serkan
    Moderator

    You are welcome.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register