Hello
I’ve tried to change the color of the links in the mobile menu to white but can’t seem to get it to work. I am using a custom style sheet.
Thanks for your help
Sincerely
Ali
This topic has 14 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Hello
I’ve tried to change the color of the links in the mobile menu to white but can’t seem to get it to work. I am using a custom style sheet.
Thanks for your help
Sincerely
Ali
Hello,
please use following css code:
.mobile-nav a{
color:white;
}
.mobile-nav a:hover{
color:grey;
}
You may use any color name you want.
Regards,
Stan Russell.
Hi Stan
I tried to put the custom CSS but it isn’t working.
Any other suggestions?
Thanks
Alison
Hello,
Please try to use this css code instead of the previous one:
.et-mobile-menu li a {
color: white !important;
}
Regards,
Eva Kemp.
Thanks Eva. i tried that and it doesn’t seem to be working either.
Do you need the login info?
Hello,
Yes, please provide us with wp-admin panel credentials in private content.
Thank you.
Regards,
Eva Kemp.
Login below
Thanks for your help!
🙂
Hello,
Sorry, but credentials are incorrect.
Please check them.
Regards,
Eva Kemp.
I must have changed one style somewhere and the buttons on this page were also affected.
https://resilient.com/product/resilient-report/
Not sure how that happened. Again thanks for your help!
Hello,
Please check the credentials you provided as they are incorrect.
Thank you.
Regards,
Eva Kemp.
I reset the login
Hello,
I’ve removed previous code and added this one in Global Custom CSS section:
.et-mobile-menu li a {
color: white !important;
}
.product-information .cart button[type="submit"] {
color: white;
}
Now check mobile menu and “Add to cart” button.
Regards,
Eva Kemp.
Thank you very much!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: color, design, links, mobile menu, templates, woocommerce, wordpress
The issue related to '‘Color of links in mobile menu’' has been successfully resolved, and the topic is now closed for further responses