Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054549
    marketingwichita
    Participant

    I have been using X theme for about 6 months. There are two sites I’m having issues with the menus for mobile devices. One (www.interstatefarmproducts.com) I would like to remove the mobile menu icon and another (www.marketingwichita.com)the mobile menu & icon isn’t showing at all. Is there a way there can be a drop down choice in the “manage menus” area in WordPress to sully the a menu for the mobile size?

    #1054708
    Thai
    Moderator

    Hi There,

    One (www.interstatefarmproducts.com) I would like to remove the mobile menu icon

    Please add the following CSS:

    a.x-btn-navbar.collapsed {
        display: none;
    }

    another (www.marketingwichita.com)the mobile menu & icon isnโ€™t showing at all.

    Add the following CSS:

    a.x-btn-navbar.collapsed,
    a.x-btn-navbar {
        color: #000
    }

    Hope it helps ๐Ÿ™‚

    #1060743
    marketingwichita
    Participant

    That all worked perfect, thank you! How do I find those so I dont have to ask every time I have these issues? Just wondering.

    #1060788
    John Ezra
    Member

    Hi there,

    Thanks for writing in! The solution provided are CSS snippets. If you know CSS, then you can find the selectors by inspecting he page elements and look for IDs and classes. Else the only way to get CSS help is to ask us here on the forum and if it’s not to complex, we’ll be able to assist. If you need a more custom solution though, you may want engage a developer.

    You can check out our recommended partners: https://theme.co/x/member/custom-development/

    Hope this helps โ€“ thanks!

  • <script> jQuery(function($){ $("#no-reply-1054549 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>