CSS code for menu list items
-
Hello! I would like to know how to edit the menu list items font color. Do you have a CSS code for me?
It’s light grey now, I would like it to be darker of color.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-nav[class*=”wd-style-underline”] .nav-link-text {
color: red;
}
Best Regards
Hello sir,
thank you for your answer. The css code changes the menu item titles. I would like to darker the subitems
Hello,
Please try adding the following Custom CSS for that.
.wd-sub-menu li>a {
color: black;
}
Best Regards
Hello,
You are Most Welcome.
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 ‘CSS code for menu list items’ is closed to new replies.