Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1366370
Removing Header
Closed

Comments

  • sofimag started the conversation

    I love the header for the home page but want to be able to remove it from other pages. How do I go about removing it? 

    I tried using this code in the individual pages but it didn't work. 

    1. <style>
    2. #header { display: none; }
    3. </style>


    Thank you :)

  •  1,845
    Elated replied

    Hello,

    Thanks for writing in.

    You can remove header for some specific page with some custom css. 

    Add this css underneath in Elated Options >> General >> Custom CSS field:

    .page-id-573 header.eltdf-page-header {
        display:none;
    }

    Just replace Page ID.

    You can inspect some page in order to see page id of some desired page.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • sofimag replied

    Hi! 

    When I entered the CSS it also got rid of my navigation. How do I keep my navigation and get rid of just the header below it?

    Thank you :)

  •  1,845
    Elated replied

    Hello,

    You can try to add this css in Elated Options >> General >> Custom CSS field:

    .page-id-307 header.eltdf-page-header .eltdf-logo-area {
        display:none;
    }

    * Just change page id within this css above.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.