Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #706427

    I wish to make the “contact” entry in my menu in a different color to the other menu items. How can I do achieve this?

    #706439

    Hey markvanhaze,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #menu-item-14350 .avia-menu-text {
        color: #000000 !important;
    }
    

    Change the hex color value to what you would like.

    Best regards,
    Jordan

    #706451

    Perfect. Topic closed.

    #706453

    Hi,

    Glad to hear that worked!

    Feel free to reach out to us again if there anything else you need.

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom font color for a single menu item’ is closed to new replies.