Shop Categories

X

How to disable the mobile navigation Hamburger icon in mobile view on mobils?

Home Forums Agama Pro How to disable the mobile navigation Hamburger icon in mobile view on mobils?

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26991

    I preferred to add my own two mobile navigations and added my own two hamburger icons left and right.
    How can I disable on Mobile devices the single hamburger icon that appears on the right upper corner?
    This dialog anyhow does not operate as expected and therefore I just want to keep my own mobile navigations.

    In the normal view on Desktop computers the AGAMA PRO navigations are fine and shoould appear still, as I set my mobile navigations to disappear on desktop devices and certain screen-widdth.

    Thank you.

    #26995
    Zex
    Moderator

    Hi, Wolfgang!

    Insert the following code into your custom CSS:

    .mobile-menu-icons{
        display: none!important;
    }

    Regards

    #27004

    Worked perfect . Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.