Chang menu icon - by Salih GÜLER - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow

  • Avatar: Salih_GULER
    Salih GÜLER
    Participant
    July 22, 2019 at 00:38

    Hey I want to change the menu icon for mobile

    can you look at the picture please
    https://prnt.sc/oi6leb

    1 Answer
    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.