Reply 217493 to: chang menu icon

Avatar: Olga Barlow
Olga Barlow
Support staff
July 22, 2019 at 16:48

Hello,

Do you want to add the “menu” title before the hamburger icon? Add the following code to child theme style.css to get it

@media only screen and (max-width: 992px){
    .navbar-toggle {
        font-size: 28px;
    }
    .sr-only {
        width: auto;
        height: auto;
        font-size: 10px;
        position: relative;
        text-transform: uppercase;
    }

    .et-header-full-width .navbar-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

There is no way to show the menu items as mentioned at the screenshot http://prntscr.com/oiiveh with minor customization. It requires a number of style changes. If you need the additional customization then submit request form here https://wpkraken.io/?ref=8theme

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.