• Harry

    (@harrypatel1)


    Hie, I want to change the font size of a dropdown menu item of the header, I tried with Customizing > Typography > Main Menu: Dropdowns, but it changes the size of the drop-down menu which is in the Top Bar (My account).
    Also, there is an issue with that the font of the Shop Button (15px 600) is larger than the rest font size on the header (15px 500)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Abhishek

    (@abhikr781)

    Hello,

    Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .navigation .megamenu>li>a.menu-link {
        font-size: 15px;
        font-weight: 600;
    }

    PS- Change the size and weight as per need.

    Thread Starter Harry

    (@harrypatel1)

    @abhikr781

    Thanks for CSS. it worked well.

    • This reply was modified 4 years ago by Harry.
    Abhishek

    (@abhikr781)

    Glad to knwo that issue has been fixed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change Drop Down Menu Font Size’ is closed to new replies.