• Resolved Karan.thakural89

    (@karanthakural89)


    Hi All,

    I’ve added a custom menu widget in left side bar, but, the font size of menu items in custom menu is too small.

    I need to change the font size of the custom menu items.

    Could anyone suggest me how to do this.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Karan,

    Can you provide your website URL? I’m sure it won’t take long to solve your issue ??

    Thanks!

    Don’t mean to hijack your support Bearded Rick, but this is the site.

    A couple possible solutions:

    .span3.left.tc-sidebar { font-size: 1.2em; }
    But…this will affect all widgets contained in the left sidebar now and in the future with possible unwanted outcomes…

    aside#nav_menu-2, aside#nav_menu-3, aside#nav_menu-4, aside#nav_menu-5 { font-size: 1.2em; }
    This affects your current widgets only…

    Where 1em represents the default size…

    Thread Starter Karan.thakural89

    (@karanthakural89)

    Thanks, it’s working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font size of custom menu’ is closed to new replies.