[Resolved] Font Size in Widget Sidebar?

Home Forums Support [Resolved] Font Size in Widget Sidebar?

Home Forums Support Font Size in Widget Sidebar?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #78963
    Marc Volle

    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?

    #78996
    Marc Volle

    Nevermind, solved it.

    .widget_nav_menu {
        font-size: 18px;
    }

    stupid me :<

    #79129
    Tom
    Lead Developer
    Lead Developer

    Perfect, glad you got it sorted 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.