Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1460807

    Hi,
    is there a way to adjust only one element of my main menu? I want one item to be red, instead of white.
    How can I do this?

    Best regards!

    #1460811

    Hi,

    Please go to Appearance > Menus, click the Screen Options on the top right corner, check the CSS Classes option, expand the menu item you’d like to edit, and give it a custom CSS class ( https://imgur.com/a/tfeRy5S ).

    Then, go to the Enfold theme options > General Styling > Quick CSS, and add the following code:

    
    #top #header .av-main-nav li.custom-menu-color > a { color: red; }
    

    Regards,
    Yigit

    #1460978

    Perfect! Thanks a lot :)

    Topic can be closed

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Font-Color of only one menu element’ is closed to new replies.