Site logo

Archived topic

Font Size in Widget Sidebar?

2 replies · Started by Marc Volle on February 23, 2015

Viewing posts 1–3 of 3

Hi,

im currently inserting menus into the theme as custom sidebars (via Custom Sidebars Plugin) so i can have different menus in the sidebars on different pages. but i cant figure out how to change the font size of the menu items in these custom sidebars ( via css ) .
I thought it would work with

.inside-left-sidebar li {
      font-size: 62px;
}

but somehow it doesnt :<
Does somebody have an idea how to achieve it?

Nevermind, solved it.

.widget_nav_menu {
    font-size: 18px;
}

stupid me :<

Perfect, glad you got it sorted :)

This archived topic is closed to new replies.