Okay
  Public Ticket #2192415
larger secondary nav font size
Closed

Comments

  • madriver started the conversation

    Team,

    I can't seem to css the secondary nav font size to be larger. See attached. 

    could you provide the css please? I noticed it does change size responsively so that's a challenge for me too. 

    I'm standing by.

    Thanks,
    -Carmine


  •  8,992
    Tahir replied

    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 {
        line-height: 1.1em !important;
        font-size: 1.1em !important;
    }

    Thanks


    ThemeNectar Support Team 

  • madriver replied

    perfect. worked great. 

    thanks,

    Carmine