Mobile Menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #15034
    k1k
    Member

    Once going mobile another menu button comes up on the top left corner. Is there anyway that I can remove it?

    #15035
    k1k
    Member

    I also forgot to mention how can I change/remove the social media logos on the side menu and provide the correct the url for the icons

    #15042
    Veena
    Moderator

    Pls have this custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    .side-nav-toggle {
      display: none;
    }}
    
    #15047
    k1k
    Member

    That code caused the one on the right to disappear when going mobile. The menu button on the left is still their.

    #15052
    Veena
    Moderator

    Sorry for the slip on my part .
    You can use the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
     #mobile-menu-toggle {
      display: none;
    }}
    
    #15053
    k1k
    Member

    Not a problem. It worked. Thank you

    Also I have mentioned above in regards to the social media logos in the side menu.
    How can I add/remove and how do I change their url.

    Thanks in advance

    #15084
    Veena
    Moderator

    You can add it in Themeoptions > Header tab – Sidenav Insert.

    
    

    Pls see this post- http://support.livemeshthemes.com/faqs/icons-bundled-with-fusion-theme/

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.