New Landing How can we help? Themeforest Theme Support Neighborhood Adjusting Sub Menu Font Size

Viewing 10 posts - 1 through 10 (of 10 total)
  • #131563
    ninesolutions
    Member
    Post count: 192

    Hello,

    I am having a little issue here.

    I can adjust the Main Menu Font in the font options, however how do i adjust the sub menu font size? they are incredibly small now.

    Thanks!

    #131648
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    nav .menu ul.sub-menu li:hover > a {
      font-size: 14px;
    }

    – Kyle

    #131802
    ninesolutions
    Member
    Post count: 192

    Hi Kyle,

    Thanks a lot of the quick reply!

    I tried adding this to the custom CSS section in theme options>general options but it doesnt seems to be working when i change the font size.

    Is there anything i am missing?

    thank you!

    #131806
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, it should be this:

    nav .menu ul.sub-menu li > a {
      font-size: 14px;
    }

    – Kyle

    #131950
    ninesolutions
    Member
    Post count: 192

    Thank you so much Kyle, it is working great now.

    Sorry to bother you, I am almost at the completion of my site and i have 2 questions here:

    1. How can i create a color understand over the menu bar> like this: http://prntscr.com/5axfec

    2. I have been trying the header options. Is there anyway i can make the “super search” and “sign in” appear on the top bar but not on the logo area? It seems that if i choose to allow “super search” and “sign In” it will appear on both.

    Thank you so much!

    #131987
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Add this:

    #header-section > #main-nav {
      background-color: #fff0f1;
    }

    2) Sure, can you turn on the topbar for me so I can check

    – Kyle

    #131998
    ninesolutions
    Member
    Post count: 192

    Thanks Kyle,

    I have turned on the top bar.

    It will be perfect if there is a code to have the option to hide this: http://prntscr.com/5ay8qe

    Appreciate you great help here ๐Ÿ™‚

    #132002
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .header-left > nav {
      display: none;
    }

    – Kyle

    #132022
    ninesolutions
    Member
    Post count: 192

    Thanks Kyle, its working great now! ๐Ÿ™‚

    #132026
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great ๐Ÿ™‚

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register