Problem: Menu Text has other color without approach the cursor
-
Hi!
The menu “INFORMACIÓN” has the color of when one approaches the cursor (light blue), but without doing it (it is always with this color)
In the attached file I was with the cursor over the menu “MARCAS” (and it changed from black to light blue)
How can I solve this problem?
Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav[class*="wd-style-"]>li.current-menu-item>a {
color: black;
}
Regards.
Xtemos Studios.
I just tried, but now when I aproach the cursor, it doesn’t change menu color in “Información”
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS>
.wd-nav[class*="wd-style-"]>li.current-menu-item>a:hover {
color: aqua;
}
Best Regards
Now it is working!
Color “aqua” es similar to the primary color of the page, how can I change to the specific color?
Primary color is: #00adef
Hello,
You are Most Welcome.
You can change the value of color in the above Custom CSS.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Problem: Menu Text has other color without approach the cursor’ is closed to new replies.