Shop Categories

X

Navigation icon in mobile version

Home Forums Agama Pro Navigation icon in mobile version

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11892
    Maîtresse Célia
    Participant

    Hello,
    I’ve a navigation menu in the sidebar of my website and I want deleting the menu icon in the mobile version of my website. How can I do this without having changes in my PC-version?
    Thanks forward

    Guido

    #11894
    Zex
    Moderator

    Hello,

    To hide the mobile menu just for the mobile screens,
    insert the next code into Customizing->General->Additional CSS:

    @media only screen and (max-width: 480px) {
        ul.mobile-menu-icons{
            display: none!important;
            }      
        }

    If you want to hide the menu for the mobile and tablet screens,
    insert the next code instead :

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

    Regards

    • This reply was modified 4 years, 4 months ago by Zex.
    #11896
    Maîtresse Célia
    Participant

    Great it works.
    Thanks a lot
    Have a nice day

    Guido

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