This topic has 12 replies, 5 voices, and was last updated 8 years, 2 months ago ago by Robert Hall
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;
}
Hello,
Please try to add this code in Global Custom CSS.
.et-mobile-menu li a{
color: #fff;
}
Regards,
Robert Hall
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
Hello @Jamie,
Try this one:
.et-mobile-menu li a {
color: #fff !important;
}
Best regards,
Jack Richardson.
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.
Hello @Jamie,
Please provide WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Jack … Here is the info you need.
Hello @Jamie,
WP credentials are incorrect.
Please check them.
Regards,
Eva Kemp.
Hey Eva,
Below is the credentials.
Hello,
We need a full access to the wp admin panel to check the issue more deeply.
Regards,
Robert Hall
ok I fixed it to were you are an admin.
You had incorrect symbol in Custom CSS (http://prntscr.com/chxnpf). I’ve fixed it. Please check.
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up