• Hi,

    For some reason, the menu button does not show on the mobile version.
    Can someone tell me how I can show it?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • lisa

    (@contentiskey)

    -display of menus is generally dependent on theme the development team of your theme could assist
    -if you are using specialized plugins for layout that might be hiding the menu on small devices

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You’re using a commercial theme, so please use their official support channel. We feel they are best equipped to support their products.

    https://pojo.me/contact/

    Commercial products are not supported in these forums. .

    It seems css issue and below css should work for you.

    .navbar-toggle .icon-bar, .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background: #000!important;
    }

    Please add this css in Theme options custom css.

    Thread Starter yossitk

    (@yossitk)

    Hi,
    Thanks for your replies!!!

    .navbar-toggle .icon-bar, .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background: #000!important;
    }

    this one wroked, but only when I click on the menu. At first, it doesn’t show the menu button, but when I click on the place I know the menu button should be – then it shows the menu sign.
    Could you help me fix that?

    Renu Sharma

    (@renusharma23july)

    Please try this css code:

    .navbar-toggle{
    background: #000!important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘menu not showing on mobile’ is closed to new replies.