Mobile menu not working, ColorWay Pro Responsive Theme 3.5.1

Discussion in 'ColorWay WordPress Theme' started by nevzat, Jan 7, 2015.

  1. nevzat

    nevzat New Member

    Joined:
    Dec 3, 2014
    Messages:
    2
    Likes Received:
    0
    Hi,

    On my mobile device the menu is not working.
    www.cerme.nl is the installed site.

    gr, Nevzat
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Nevzat,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 767px)
    {
    div#MainNav {
    display: none;
    }
    }
    Thanks & Regards
    Pramod
     
  3. nevzat

    nevzat New Member

    Joined:
    Dec 3, 2014
    Messages:
    2
    Likes Received:
    0
    Dear Pramod,

    Thanks you very much, this solved my issue. The menu bar on my mobile is now visiable. Its black. Is there a way to give it another collor?

    gr, Nevzat
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Nevzat,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 767px) {
    .mean-container .mean-nav ul li a {
    background: green;
    }
    .mean-container .mean-bar {
    background: orange !important;
    }
    .mean-container .mean-nav ul li a:hover {
    background: red !important;
    }
    }
    
    Change colors according to your requirement.

    Thanks & Regards
    Pramod
     
  5. pondhopper

    pondhopper New Member

    Joined:
    Jan 7, 2015
    Messages:
    1
    Likes Received:
    0
    Hi there, I have followed the instructions above, but still cannot get the menu to show up on an iphone. Also the header looks disproportionately small. Have you any suggestions? http://www.236technoticks.com
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Pondhopper,

    Kindly, download a fresh copy of latest version of this theme from members area and upload it to your website.

    This will resolve your issue.

    Thanks
    Praveen
     

Share This Page