Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #3734913
Menu Item
Open

Comments

  •  4
    benvalmont started the conversation

    Hi, good morning,

    I want to change a color of only one menu item in the top menu, any idea how do i go about that.

    Best Regards

    'Ben

  •  564
    OrionThemes replied

    Hi Ben,

    You can do this like this:
    1. In Appearance -> Menus select your menu and then click "Screen options" and add a checkmark next to "CSS Classes":
    4427735762.png

     

    2. Now edit the menu item and add a custom HTML class to it (ie "custom-menu-item") and save:
    4394668198.png

    3. Now Go to Theme options -> Custom CSS 

    You can add the following CSS (adjust it to your liking)

    .nav-menu .custom-menu-item {
        background: pink; /* change background color */
    }

    .nav-menu .custom-menu-item > a {
        color: red!important; /* change link color */
    }

    3918007503.png


    Save theme options and you should see the changes on the frontend.
    2656141724.png

    Kind regards,

    Andrej