Okay
  Public Ticket #2268774
Styling the Secondary Header Bar
Closed

Comments

  •   Amber started the conversation
  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Amber replied privately
  •  8,992
    Tahir replied

    Hey Again,

    - The Target for the menus can be set in here : http://prntscr.com/qng0pl 

    - To style it add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body #header-secondary-outer nav >ul >li >a {
        font-family: Ubuntu;
        font-size: 15px !important;
        line-height: 14px !important;
        font-weight: 300 !important;
    }
    #header-secondary-outer, #header-outer #header-secondary-outer, #header-outer #mobile-menu .secondary-header-text {
        background-color: #e83f6f !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Amber replied privately