This topic has 8 replies, 4 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hi
I have two issues, both regarding link color issues
First, on a mobile the menu links are black (same colour as the nav background.
Second, the quick view pop up on the products (when you hover over a product on the homepage for example) the hyperlinks add to cart or quick view are also black – the same colour as the background
Do you have custom css to change the font colours please?
Sorry forgot to add my url http://www.ukfragrances,co.uk
Hello,
1. Please add this code into custom.css file:
.mobile-nav-heading {color: white !important;}
2. Sorry, but I don’t see issues with “quick view” button. Could you please show a screenshot?
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hi Midslandonline,
We had the same problem. This is caused by the body font-color in the theme setting at Theme Options -> Typography -> Color. Removing the color from the theme options and adding the font color to the custom CSS it worked for us.
Kind regards,
Joost
Hi
Thanks for the advice but nothing has worked. Nav font is still same color as the menu background
Eva if you hover over a product on the homepage there is a black bar that pops up which says WISHLIST and QUICKVIEW – the link color is black same as background
Hello midlandsonline,
Please add following code into custom.css file.
.footer-product a{
color:#fff !important;
}
Regards,
Robert Hall.
Hi Robert
Thanks, this has half solved the problem but the QUICK VIEW link is still black and the mobile menu font is still black too
I’ve added this code into custom.css file. Check it.
.footer-product .show-quickly{
color:#fff;
}
.et-mobile-menu li a{
color:#fff !important;
}
Regards,
Robert Hall.
Tagged: colour, font, mobile, navigation, templates, woocommerce, wordpress
The issue related to '‘mobile navigation font colour’' has been successfully resolved, and the topic is now closed for further responses