[Resolved] Primary Menu

Home Forums Support [Resolved] Primary Menu

Home Forums Support Primary Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #625976
    Dylan

    Recently I purchased generatepress premium and im not sure how to change my font for my dropdown menu. I dont want to change my Main Nav, just when I click the main Nav the sub categories I would like to decrease the font size, I hope that makes sense. Also Im curious as to how you can change the dropdown Icon, My main Nav menu currently says MENU and next to it displays a dropdown arrow and I would like instead of a dropdown arrow to make it a hamburger icon! I hope this makes sense and im looking forward to your feedbacck!

    #626196
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .main-navigation .main-nav ul ul li a {
        font-size: 15px;
    }
    .dropdown-menu-toggle:before {
        content: "\f0c9";
        font-family: GeneratePress;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.