Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #595998

    Hi,

    My website is all working great, but when I’m on mobile (ios) the text inside the main menu is not visible.

    It all functions fine (ie you can link through to all the pages), you just can’t see the text for each of the links. It could potentially be white text on white, but the menu text is green on the desktop / tablet version, so I don’t think it’s that.

    Have searched other threads and tried various bits of quick CSS, but nothing seems to work

    Thanks!

    #596018

    Hey JimmyW1984!

    Thanks for reaching out to us.

    I visited your site and the mobile menu text is set to white. So it is just a matter of white text on a white background. Please add the following CSS to the Quick CSS field:

    #mobile-advanced a, #mobile-advanced .mega_menu_title {
        color: #B32B2B;
    }

    Change the value of the color to the color you want. Let me know if you need further assistance.

    Best regards,
    Jordan

    #596238

    Hi Jordan,

    Thanks for the quick reply.

    I’ve tried adding that CSS but it still doesn’t work. Have cleared cache and refreshed a few times with no luck.

    Any other ideas?

    Cheers
    James

    #596242

    Hi!

    Please use the below CSS in Quick CSS

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
        color: #000000!important;
    }
    

    Best regards,
    Vinay Kashyap

    #596247

    Thanks again. Still no luck I’m afraid. Any other ideas?

    #596262

    Don’t worry, it’s sorted now. Thanks for the help!

    #596735

    Hi!

    Glad we could help! We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay Kashyap

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Main Menu Text Not Visible’ is closed to new replies.