How to increase font size in navigation menu in ShopIsle

If you want to increase font size in navigation menu then, go to Appearance -> Customize -> Additional CSS add the following code:

.navbar-custom .nav li > a {
    font-size: 13px;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us