[Resolved] Hamburger Styling

Home Forums Support [Resolved] Hamburger Styling

Home Forums Support Hamburger Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1156987
    Rafael

    Hi,

    In mobile view, how can I make the Hamburger and the Mobile Menu Label a different color and size.

    Thanks,

    #1157150
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        button.menu-toggle {
            font-size: 15px;
            color: #ffffff;
        }
    }

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

    Make sure to clear your caching plugin.

    Let me know if this helps 🙂

    #1157198
    Rafael

    Bam! Nailed it…

    #1157334
    Leo
    Staff
    Customer Support

    Glad to hear!

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