• Hello, I need to change the hamburguer size in mobile.

    I have found some css codes but it doesn′t work.

    Please can you help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .oceanwp-mobile-menu-icon a {
        font-size: 20px;
    }

    PS- change the font size value according to need.

    If not resolved with the above, please share the website URL to check the issue.

    Thread Starter lauramark

    (@lauramark)

    It doesn′t work ??

    https://singerfit.com/

    Hello,

    Thank you for sharing the URL, kindly remove the previous code with this one and check.

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 30px;
        height: 3px !important;
    }

    PS- Change the width/height values according to need.

    Thread Starter lauramark

    (@lauramark)

    Great thank you!

    You are most welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change hamburguer size in mobile’ is closed to new replies.