Increasing size of top bar

Hi

How is the size of the top bar(site title and menu bar) increased and how to change the font of the site title

Thanks in advance

Hi @mdathar25,

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 your theme on the below path.

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

.navbar > .container .site-title .navbar-brand {
    font-size: 25px;
    font-family: serif;
}
#page .navbar-default .navbar-nav > li > a {
    font-size: 15px;
}

Please change the font size and font family in the above code to whatever you want to set.

Best Regards,
Movin

Hi Movin,

Thanks a lot. It Worked…!

You are most welcome here :slight_smile: