Default Mobile Navigation – Font to dark to use in drop down

This topic has 12 replies, 5 voices, and was last updated 7 years, 6 months ago ago by Robert Hall

  • Avatar: Joesurfing
    Joesurfing
    Participant
    September 2, 2016 at 00:01

    Even though the CSS specifies the color: #FFF; white, it still displays dark grey in the mobile drop down.

    Using custom css is also not overriding this…

    I am unable to find any way to fix this or control the settings for this.

    .mobile-nav li a {
    display: block;
    color: #FFF;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-family: ‘Roboto’;
    text-transform: uppercase;
    padding: 15px 0 15px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 2, 2016 at 07:30

    Hello,

    Please try to add this code in Global Custom CSS.

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

    Regards,
    Robert Hall

    Avatar: Jamie
    Jamie
    Participant
    September 9, 2016 at 15:27

    Hey! I’m having the same issue with the mobile default. However when I put the css code in, it doesn’t fix it. Can you help? The website is http://www.aalos.com

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 9, 2016 at 17:11

    Hello @Jamie,

    Try this one:

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

    Best regards,
    Jack Richardson.

    Avatar: Jamie
    Jamie
    Participant
    September 9, 2016 at 17:22

    Hey! I have tried the new css code but it doesn’t work either. My website was built with Royal. I have been in all the forums and all the codes do not work for me.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 9, 2016 at 17:57

    Hello @Jamie,

    Please provide WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Jamie
    Jamie
    Participant
    September 13, 2016 at 15:22

    Jack … Here is the info you need.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 13, 2016 at 16:05

    Hello @Jamie,

    WP credentials are incorrect.
    Please check them.

    Regards,
    Eva Kemp.

    Avatar: Jamie
    Jamie
    Participant
    September 14, 2016 at 15:02

    Hey Eva,
    Below is the credentials.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 14, 2016 at 15:05

    Hello,

    We need a full access to the wp admin panel to check the issue more deeply.

    Regards,
    Robert Hall

    Avatar: Jamie
    Jamie
    Participant
    September 14, 2016 at 15:15

    ok I fixed it to were you are an admin.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 14, 2016 at 15:26

    You had incorrect symbol in Custom CSS (http://prntscr.com/chxnpf). I’ve fixed it. Please check.

    Regards,
    Robert Hall

  • Viewing 12 results - 1 through 12 (of 12 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.