Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1066518

    Hi!
    Please check http://www.portegieswebdesign.nl/wp
    I would like to change the color of a single menu item (item “contact”). I would like to change to color to #99cc00.
    How can I do this?
    Thanks for your help!
    Martine

    #1066578

    Hi there,

    you could try this

        .main_menu .menu-item.page-item-156 a{
          color: #99cc00 !important;
         } 

    Regards
    Alex

    #1066584

    Hey Evendril,

    Thanks for the input on this topic! Much appreciated.

    Best regards,
    Jordan Shannon

    #1067586

    Thanks for your answer!
    I had to change the menu item to a link (one page website) and now your code is not working anymore. I changed the menu item number in css but the colour won’t change. Can you please let me know how to fix this?
    Thanks!
    Martine

    #1067766

    This is the code I tried:

    .main_menu .menu-item.page-item-1242 a{
    color: #99cc00 !important;
    }

    #1067890

    Already fixed. Thanks!

    #1068170

    Hi,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.