font size for menu items and sub-items

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Jan 24, 2017.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    how can i adjust the font-size of text for menu items and sub-items?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Can you please locate the area in your site so that we can share you the exact code?
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Please see attached screenshot:
    more css issues.jpg
     
  4. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi Naveen,

    Do you know how to adjust the font size on those menu items and sub-items?

    Thanks,
    Rex
     
  5. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Rex,

    It seems you are using some plugin or customized menu in our theme,

    Kindly check this at your end,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  6. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    That's your menu, Naveen.

    Do you know how to adjust the text sizes for the various levels of the menu?
     
  7. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Kindly, use this custom CSS code to reduce the size of the sub-menus
    Code:
    #menu .sf-menu li li a {
        font-size: 14px!important;
        }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page