Header editing?

Hi, I’m currently using the colorlib theme and I’ve run into an issue with editing the size of the font on the header/header size itself. Any information on how to edit the size of font or the size of the header would be greatly appreciated

Hi @jfocus,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#page .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding: 18px 15px;
}

Change the value in the above code to change the size.

Best Regards,
Movin