Blackriders Mobile Menu

Discussion in 'Blackriders WordPress Theme' started by tracykperry, Sep 4, 2016.

  1. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    Hi!

    I have just created a website with BlackridersPro, after having a site with an older version for years. I love the new version except for the menu in mobile.

    This first photo is what it looks like now. The second photo is what I'd like it to look like. I am thinking I may just have a setting wrong somewhere.

    Thanks!

    IMG_4281.PNG IMG_4280.PNG
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
  4. priya

    priya Guest

    Hello,

    I checked your site and didn't get menu over there on small screen..

    So you are kindly suggested to paste the code given below in Custom CSS field of your dashboard first.
    Code:
    @media only screen and (max-width: 640px){
    .menu-container {
        display: block;
    }
    }
    @media only screen and (max-width: 640px){
    .menu-container {
        display: block;
    }
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    OK. Done. I would like a menu button as on the second photo instead of the black bar on the first photo.
     
  6. priya

    priya Guest

    Hello,

    Please explain your requirement along with some edited screenshot so that I can assist you accordingly.

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    I don't want the black bar for the mobile menu, or at the very least, I want to change the color.

    ur circle screen shot.PNG


    I DO want the menu navigation like the site below--the grey drop down menu labeled menu.

    trs screen shot.PNG
     
  8. priya

    priya Guest

    Hello,

    I would like to tell you that as you are using latest version of the theme and in updated version, we have done some changes including menu in small screens..

    So if you want the changes, there would be requirement some source code customization in the theme and that will be chargeable..

    Do let me know, what you think..?

    And to change the color of that bar, please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .mean-container .mean-bar {
        background: aqua;
    }
    Note: Change the color as per your requirement..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page