Home Forums WoodMart support forum Menu Burger Icon

Menu Burger Icon

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #399393

    mariacristal
    Participant

    Can I make the mobile menu burger icon bigger?

    #399394

    mariacristal
    Participant

    Can I make the mobile menu burger icon bigger?

    Can I change the mobile menu to be completely black background? It’s dark grey right now. #000000

    #399474

    Luke Nielsen
    Keymaster

    Hello,

    1. The below code will help you to increase the size of the burger icon.

    .wd-header-mobile-nav .wd-tools-icon:before {
        font-size: 29px;
    }

    2. Next one is for the changing mobile menu background.

    .mobile-nav {
        background-color: #000;
    }

    Both customs add to the “Custom CSS for mobile” area in Theme Settings -> Custom CSS.

    Kind Regards

    #399533

    mariacristal
    Participant

    Awesome, thank you so much!

    #399569

    Luke Nielsen
    Keymaster

    I’m glad we managed to sort this out.

    If you’re having trouble of any kind issue, please let me know. I’ll do everything I can to help.

    Have a good day!

    Kind Regards

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

The topic ‘Menu Burger Icon’ is closed to new replies.