Highlight Nav Current & Hover Color
-
Hi, can I get some help with highlighting current page color and hover color in nav?
I changed the header to header overlay but when I am on the page the nav text is not highlighted.
The highlight and hover color should be #fcb414
See reference images below
Attachments:
You must be
logged in to view attached files.
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: #fcb414;
}
Best Regards
Hi thanks for your response.
It works! Thanks you!
I would like the custom CSS for the hover color also please.
Thanks again!
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav[class*="wd-style-"]>li>a:hover {
color: #fcb414;
}
Best Regards.