Icons mobile menu - by conitex - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson

  • Avatar: conitex
    conitex
    Participant
    October 16, 2015 at 07:28

    You want to turn off the icons – menu mobile on the mobile phone

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 16, 2015 at 07:34

    Hello,

    This issue is a bit unclear for us. Could you please clarify us with more details?

    Regards,
    Robert Hall.

    Avatar: conitex
    conitex
    Participant
    October 16, 2015 at 07:52

    moblie menu

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 16, 2015 at 08:18

    Hello,

    Please use this code in cutom.css.

    @media (max-width: 767px){
    .header .menu-icon {
        display: none !important;
    }}

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: conitex
    conitex
    Participant
    October 16, 2015 at 13:50

    This partly solved the problem 1/2

    mobile menu

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 16, 2015 at 14:08

    Please replace code above to this and check issue.

    @media (max-width: 767px){
    .header .menu-icon,
    .fixed-already .fixed-header .menu-icon {
        display: none !important;
    }}

    Regards,
    Robert Hall.

    Avatar: conitex
    conitex
    Participant
    October 21, 2015 at 03:14

    The problem still only is in position – mobile verical tablet

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 21, 2015 at 07:54

    Hello,

    Please use this code in custom.css file:

    @media (max-width: 979px) {
      .header .menu-icon, .fixed-header .menu-icon {
        display: none !important;
    }}

    Best regards,
    Jack Richardson.

  • Viewing 8 results - 1 through 8 (of 8 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.