ResolvedChange the color of a menu item

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27269
    erbesso
    Participant

    Hi, I would like to change the color of a single menu item.
    I have already tried to change “color label” from Appearance-> Menu and it didn’t work.
    I tried to add the declaration in the css file, after having always assigned the class directly from the menu item:
    natale-menu-item a {
    color: #287233;
    }
    And it didn’t work either.
    Can you help me?
    Also I’d like to ask you: Within your site’s support forum, is there a way to do a search so I see if anyone has already asked the question I want to ask.
    Thanks

    #27273
    Althemist
    Keymaster

    Hello erbesso,

    The color label serves a different purpose. It’s the color for the custom lable, not for the menu item.

    You can do it with the menu item ID like this:

    .menu-item-3324 a {
        color: #287233 !important;
    }

    Of course, you’d need to replace the 3324 with the number of your menu item.

    There is a search form on top of the main Forums page. It can’t search in specific forum, but all our themes are using the same framework, so if you find similar questions for another theme of ours, that chances are that it’s the same for your theme.

    Regards,
    Dimitar

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

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17760, followers 748
Login and Registration Log in · Register