New Landing How can we help? Themeforest Theme Support Flexform How do we change the font size of widgets?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #65945
    Bitedge
    Member
    Post count: 345

    I have a side menu that is set up in the menus area ang included in a widget. When I change the menu font size in theme options Font Size Options it changes the top menu size but not the side menu.

    http://bitcoin-betting-guide.com/bitcoin-sportsbook-reviews/cloudbet-sportsbook-casino-review/

    #66232
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The menu font size is just for the main navigation. The widget menu uses the normal font size (same as body)

    If you want to increase the font size use this custom css:

    .widget_nav_menu {
      font-size: 16px;
    }
    .widget ul li {
      line-height: 18px;
    }

    – Kyle

    #66252
    Bitedge
    Member
    Post count: 345

    Thanks there is one more thing I noticed when I increased the menu font size the drop down submenus stay the same size so they now look out of place. How can I change the font size of those?

    #66259
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    nav .menu li ul li a {
      font-size: 17px !important;
    }

    – Kyle

    #66309
    Bitedge
    Member
    Post count: 345

    Thanks, thats all working

    #66318
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! 🙂 Glad I could help

    – Kyle

    #71242
    Bitedge
    Member
    Post count: 345

    Hi Kyle. Are you available to do some paid development work as a freelancer on my site?

    If so please contact me here http://bitcoin-betting-guide.com/contact-us/

    #71251
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Just sent you an email

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘How do we change the font size of widgets?’ is closed to new replies.