Okay
  Public Ticket #2629195
alternate header on one page
Closed

Comments

  •  5
    Lorie started the conversation

    On our donate page for our website, I would like to only have our header logo display in the navigation menu - no other navigation items. 

    I see that in each page template (in page attributes) you can pick "no header", however I still want our logo to appear.

    Is there a way to make that happen?

  •  8,849
    Tahir replied

    Hey Again,

    You can hide the menu for the particular page using below CSS.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body.page-id-7371 #header-outer #top .span_9 {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Lorie replied

    That worked perfectly, thank you!

    Out of curiosity, where is the best place to put custom css when you have a child theme? 

    In the Salient theme options panel

    In the Appearance>>Theme Editor

    Or Appearance>>Customize>>Additional CSS?

  •  8,849
    Tahir replied

    Hey Again,

    The Best place is the Custom CSS box in your Salient Theme Options panel .

    Thanks


    ThemeNectar Support Team 

  •  5
    Lorie replied

    Perfect, thank you! You can close this thread.