Home Forums WoodMart support forum CSS code for menu list items

CSS code for menu list items

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #392999

    Keifi
    Participant

    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.

    #393041

    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

    #393042

    Keifi
    Participant

    Hello sir,

    thank you for your answer. The css code changes the menu item titles. I would like to darker the subitems

    #393066

    Hello,

    Please try adding the following Custom CSS for that.

    .wd-sub-menu li>a {
    color: black;
    }

    Best Regards

    #393084

    Keifi
    Participant

    You’re amazing thanks!

    #393286

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘CSS code for menu list items’ is closed to new replies.