New Landing How can we help? Themeforest Theme Support Flexform remove responsive menu box

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #45157
    mrjWells
    Member
    Post count: 137

    I am building a site with no visible menu, but when the page size is reduced the menu box that says “select a page” shows up. How do I get rid of this?

    #45383
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you provide me with a link? I think you are referring to the topbar menu and not the main menu.

    – Kyle

    #45389
    mrjWells
    Member
    Post count: 137

    Hey Kyle, you may be right, but I don’t have anything in either menu so I’m not sure which it is. Idealy, I would like to choose not to display this box or a menu on some pages, but to have it show on others. Don’t know if that is possible.

    The box I am referring to is the orange box that appears below the logo when the page size is reduced.

    URL is: http://quantumleap1000.com/

    #45393
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .visible-phone.show-menu {
    display: none !important;
    }

    If you want to only hide it on certain pages, then add the page id before it e.g.

    .page-id-570 .visible-phone.show-menu {
    display: none !important;
    }

    – Kyle

    #45429
    mrjWells
    Member
    Post count: 137

    Perfect, thanks so much Kyle. Just so I know what element is involved here, was it the main menu or the topbar menu and why does the CSS include “phone.”

    #45683
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It was the main menu, the class is .visible-phone because the mobile menu is only visible on phones.

    Hope this helps

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register