Mobile Navigation Menu text not appearing

Discussion in 'Harrington- A WordPress Business Theme.' started by gadgetat, May 9, 2014.

Thread Status:
Not open for further replies.
  1. gadgetat

    gadgetat New Member

    Joined:
    Aug 3, 2013
    Messages:
    6
    Likes Received:
    0
    Good morning. I'm really enjoying the Harrington theme, but having an issue on the mobile navigation menu. It appears on an IPhone or Android at the top of the page (good), but the text is not appearing. So it's just a blank bar at the top.

    Any help would be appreciated. I've included a screen capture from an IPhone. navmissing.PNG
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to js > menu > jquery.meanmenu.2.0.min.js present in your theme directory and add the code given below

    Code:
    <p>ENTER YOUR TEXT HERE</p> 
    Check image for reference

    2014-05-12_1510.png


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .mean-container .mean-bar p {
    color: white;
    text-align: right;
    margin-right: 52px;
    margin-top: 10px;
    margin-bottom:0;
    } 

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. gadgetat

    gadgetat New Member

    Joined:
    Aug 3, 2013
    Messages:
    6
    Likes Received:
    0
    Thanks, that worked perfectly!
     
Thread Status:
Not open for further replies.

Share This Page