How to change header bottom hover color and remove the underline when selected?
-
May I ask how to change header bottom hover color and remove the underline when selected?
Please find the photo, thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.whb-header-bottom .whb-secondary-menu .item-level-0 > a:hover .nav-link-text:after {
display: none;
}
.whb-header-bottom-inner .whb-secondary-menu a:hover {
color: red !important;
}
Best Regards.