Change textsize in menu bar and widgets

This is a very nice looking theme, but I want to make a few small adjustments.

How can I make the text bigger inside the menu bar?

How can I make the text inside widgets bigger? Not for the headlines, but for the green coloured posts.

Many thanks

I have the same question. Any help would be greatly appreciated.

First part of the code will change font size in menu and second part will change widget URL size (recent posts, categories, archive etc.). Just change font size to get the results you were looking for.

#main-nav a {
    font-size: 18px;
}
.widget a {
    font-size: 16px;
}

Add this code to Theme Options - Other - Custom CSS

Hey there! I tried posting the first half of the code above into my Theme Options > Other > Custom CSS, but the font size of my top menu is not changing. I am using the Sparkling theme. Thanks!

http://denverninja.com/

Aurora

Found it! I went into the default CSS file for the Sparkling theme, and found this code:

}
.navbar-default .navbar-nav > li > a {
color: #F5F7FA;
line-height: 40px;
text-transform: uppercase;
font-size: 12px;
}

I changed the size from 12 to 14, and it looks much better! :slight_smile: