This topic has 11 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
How can I change the line color under the categories on the top menu of my website?
Hello,
Could you please provide the link to your site and screenshot in Private Content for better understanding?
Regards
The website is currently on private mode https://mcew.co/product-category/men/
The issue is the line color is grey instead of red which occurs when i slide down. Check the link below.
refer to this link for the problem…. http://imgh.us/screenshot_58.png
The line needs to be crimson, not grey.
Hello,
Try to add this code in Custom css:
.menu-wrapper .menu > li.current-menu-item > a:after {
background-color: crimson !important;
}
Regards
I put the code into the custom css file and it didn’t change anything.
The line under the current page menu item is still grey.
Hello,
In this case, please provide wp-admin access in Private Content so we could check it.
Regards
I have the same problem…
copy your code to custom CSS and it’s not working.
Hello,
Please, try this code:
.header-center .menu-wrapper .menu > li > a:after{
background-color: crimson !important;
}
.header-center .menu-wrapper .menu > li.current-menu-item > a:after{
background-color: crimson !important;
}
Regards
Thank you! it’s work!
Hello,
You’re welcome!
We’re glad to hear that your issue was solved.
Have a nice day!
Regards
You must be logged in to reply to this topic.Log in/Sign up