Navigation menu on Iphone/smartphone - by topfalade

This topic has 8 replies, 4 voices, and was last updated 8 years, 5 months ago ago by Robert Hall

  • Avatar: topfalade
    topfalade
    Participant
    December 5, 2015 at 01:49

    Hi there,

    On iphone/ smartphone devices the navigation menu font is in grey on a black background, this makes it impossible to read.

    Is there anyway that we could make it white instead?

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 5, 2015 at 08:02

    Hello,

    Please use this code in custom.css

    .side-block .close-block{
        color: #fff;
    }
    

    Regards,
    Robert Hall.

    Avatar: topfalade
    topfalade
    Participant
    December 5, 2015 at 12:23

    Hi Robert,

    I’ve tried this it didnt work.

    I dont suppose you could also tell me how I would go about removing the text “navigation” from the the mobile menu?

    Avatar: Eva
    Eva Kemp
    Support staff
    December 5, 2015 at 16:07

    Hello,

    I’ve edited the code to this one:

    .et-mobile-menu li > a {
      color: #fff;
    }

    To remove “Navigation” text use this code in custom.css file:

    .side-block .close-block {
        display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: topfalade
    topfalade
    Participant
    December 5, 2015 at 19:19

    Hi Eva,

    The code to reove the navigation text worked but the colour of the navigation text on mobile (iphone) has not changed.

    Any more ideas?

    Avatar: Eva
    Eva Kemp
    Support staff
    December 7, 2015 at 09:10

    Hello,

    I’ve added the code in custom.css file:

    .et-mobile-menu li > a {
      color: #fff !important;
    }

    Please check mobile menu now.

    Regards,
    Eva Kemp.

    Avatar: lhackman
    lhackman
    Participant
    December 9, 2015 at 20:53

    Hi Eva,

    I’m having the same problem. None of the lines of code worked for me.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2015 at 21:00

    Hello @lhackman,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.