Okay
  Public Ticket #1088043
Top menu
Closed

Comments

  •  2
    jlnewell started the conversation

    Can you tell me what the css class is for the top nav that will allow me to add a 1 or 2 px grey line to the bottom of the top menu?


    I have tired header, header-top, header-outer, top


    Thank you again

  •  8,999


    ThemeNectar Support Team 

  •  2
    jlnewell replied

    Well i have tried about 40 different CSS classes to try and get it. Can i have a hint please?


    This is what i currently have


    body header#top nav {
        border-bottom: 2px;
        border-bottom-color: #000000;
    }




  •  8,999
    Tahir replied

    Your Child Theme is not correct. Switch to the Parent Theme and use only the Salient Theme Options Panel field to customize the look of your header . 


    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#header-outer {
        border-bottom: 2px solid #000 !important;
    }

    Thanks


    ThemeNectar Support Team