• Hi all,
    I am using “Preference Lite” Theme and want to increase the menu bar font size….I mean the home, blog, contact-us etc navigation bar. I tried finding the ul.navigation or ul.nav class in style.css but couldnt find either…
    please do help asap…
    thank you in advance.

Viewing 1 replies (of 1 total)
  • Theme Author Styled Themes

    (@gejay)

    In the theme’s style.css around line 149 you will see this:

    #nav-wrapper {
    	background-color:#78a5b6;
    	border-radius:60px 60px 0 0;
    	-webkit-border-radius: 60px 60px 0px 0px;
    	height:37px;
    	text-align:center;
    	font:normal 14px open_sans, Arial, sans-serif;
    		font-size: 0.875rem;
    	color:#fff;
    }

    You can delete the font-size: 0.875rem; line and just use the px sizing in the previous line to make it easier.

Viewing 1 replies (of 1 total)
  • The topic ‘how do I change the menu font size…I want to increase it…couldnt find ul.nav’ is closed to new replies.