Dear Support Team!
As you can see on the attached images we have an issue with the main menu because if the ACTIVE & HOVER COLOR is the same as the MENU TEXT COLOR when the menu in frontend is hovered or active the text is not shown. Can you please offer a solution to fix this isse? I would to be the text color white if the menu is hover or active.
The situation on admin: https://postimg.org/image/5eho42jvz/
and on frontend: https://postimg.org/image/pzwfvz1gv/
Thank you!
This solution did not solved my problem. If you see the sub menu when is active is totaly white so doesn’t appear the text of the menu:
https://postimg.org/image/mmxw7w8jl/
SO what can be the right solution?
Hello verbume,
Try the code below and place it in Theme panel ->Custom CSS box.
The code is ->
.sf-menu ul .td-menu-item > a:hover{
color:black!important;
}
The result is here -> https://www.screencast.com/t/zyeAKr8mVvkF
Thanks.