Okay
  Public Ticket #2205743
Secondary Header Font
Closed

Comments

  •  13
    IdeoPhil started the conversation

    Hi there,

    Can someone point me in the right direction to where I can adjust the Secondary header font point size etc?

  •  3,023
    Andrew replied

    Hey,

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

    Thanks


  •  13
    IdeoPhil replied

    Hey Andrew, 


    Thanks for the help the page URL is

    https://effectivepi.co.uk


    Kind Regards


    Eamon

  •  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 {
        font-size: 15px !important;
    }
    #header-secondary-outer #social i {
        height: 18px!important;
        line-height: 18px!important;
        font-size: 18px!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  13
    IdeoPhil replied

    Thanks again Tahir, that has solved the issue I had. 


    Kind regards