This topic has 12 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hello! I’m trying to edit the color, but I can’t edit the gray color of the line under the header menu elements. Where can I change that? Thanks!
Hello,
Please provide link to your site.
Regards
Private
Please try to add this code in Custom css:
.header-color-dark .menu-wrapper .menu > li.current-menu-item > a:after {
background-color: red;
}
Regards
Is not any way in theme options??
Unfortunately not, but likely such option will be added in one of next theme updates.
Regards
I tried with CSS code, but still the hover underline is grey… Thanks.
Where did you add the code? Please try to add the code in style.css file of child theme or in Theme Options > Styling > Custom css.
Regards
Yes, the code works, but only for the active item underline, not for hover item underline…
Please change the previous code to:
.header-color-dark .menu-wrapper .menu > li > a:hover:after, .header-color-dark .menu-wrapper .menu > li.current-menu-item > a:after {
background-color: red;
}
Regards
OK, thanks.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up