[Resolved] Change Size of Hamburger Menu Icon on Desktop

Home Forums Support [Resolved] Change Size of Hamburger Menu Icon on Desktop

Home Forums Support Change Size of Hamburger Menu Icon on Desktop

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #959871
    Vincent

    Hi, how can I change the size of the hamburger menu icon on desktop and tablet? I tried the code below but it only changes the size of the hamburger menu on mobile.

    @media (max-width: 768px) {
        .menu-toggle, .main-navigation .mobile-bar-items a {
            font-size: 20px;
        }
    }
    #959879
    Vincent

    Solution was to use this code:

    
    .slideout-toggle a ,.menu-toggle  {
    	font-size: 4em !important;
    	padding-top: 1.2em !important;
    }
    #960333
    Leo
    Staff
    Customer Support

    Glad you’ve figured out 🙂

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