This topic has 8 replies, 4 voices, and was last updated 8 years, 11 months ago ago by Robert Hall
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?
Hello,
Please use this code in custom.css
.side-block .close-block{
color: #fff;
}
Regards,
Robert Hall.
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?
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.
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?
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.
Hi Eva,
I’m having the same problem. None of the lines of code worked for me.
Hello @lhackman,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Tagged: best selling, iphone, navigation, smartphone, themes, user friendly, woocommerce
You must be logged in to reply to this topic.Log in/Sign up