Okay
  Public Ticket #3180379
secondary menu
Closed

Comments

  •  2
    LucasFR69 started the conversation

    Hi

    How can i change the font size and style as bold for example in the secondary menu

    Can't find out

    thnak you

  •  8,416
    Tahir replied

    Hey Again,

    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):

    div#header-secondary-outer {
        font-size: 18px !important;
        font-weight:bolder !important;
    }

    Thanks


    ThemeNectar Support Team