Mobile menu burger

hi I want to increase the size of the burger for the menu

Hi Lisa,

Thanks for reaching us,

You can increase the size of the burger menu by writing a small piece of CSS Code. You need to copy the code and paste it into your GLOBAL CSS.

.x-btn-navbar, .x-btn-navbar.collapsed
{
    font-size: 20px !important;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
To get more help on that please go through resource.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle. We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Hope it helps.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.