Maisha Theme // Distinct Menu Item color

  • Unknown's avatar

    Hello! Is there any way to make ONE of the items of my main menu a different color? I would like to make the “Contest” link stand out a little more… help?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello,

    The quickest solution (probably not the best) would be to use this code in your styles.

    .menu-item-object-page menu-item-405 a {
        color: #ff0000;
    }

    I just figured out the class of your menu item using inspect element (right click on menu and click inspect element if you’re using google chrome).

    The class turns out to be

      menu-item-object-page menu-item-405

    and in the code I’ve used hex value for red which is

      ff0000

    You can use any color you want. I hope this helps in someway. Let me know :)

  • The topic ‘Maisha Theme // Distinct Menu Item color’ is closed to new replies.