Disable the Mobile Menu

Discussion in 'Figero WordPress Theme' started by itzcandy, Jan 15, 2018.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    I have decided to use a different mobile menu because the links were not working with yours on several mobile devices. Please let me know how to get rid of the mobile menu that comes with the theme.
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for contacting us,

    Will you please allow us to check your website dashboard for once?

    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    And to remove the mobile menu, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 767px){
    .mean-container .mean-bar {
        display: none;
    }
    }
    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     
  3. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Thank you, that worked perfectly. Did you want to get in to see what the issue was still?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Yes...
     

Share This Page