Okay
  Public Ticket #474329
Logo Only Header
Closed

Comments

  •  1
    Jonathan started the conversation

    I'd like to create a header with only a logo ... no menus, is this possible? I'd also like the header to remain transparent through the entire first element (nectar slider) ... is this also possible??

    Thanks!! My 5th website with Salient!

  •  8,987
    Tahir replied

    Hey ,

    You can remove the menu with some custom css but it would remain hidden on the whole page.

    Thanks


    ThemeNectar Support Team 

  •  1
    Jonathan replied

    Could you provide the custom CSS? I want it hidden the entire page... Just a centered logo. I will be using the centered logo in the header options.

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    header#top nav > ul.sf-menu {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team