Change color of single menu item

I want to make a single menu button a different colour (make it look like a button so it stands out)

I am trying the code below and many variations I found in similar discussions on this forum in custom CSS but nothing seems to work.

#menu-item-1530 a span {
color: red !important;
}

Also with the header layer style 'Stack: Center' the mobile menu opens by default, when I click to close it, it just opens straight back up.

The link to the website in question: http://globalsurrogacy.world/


Cheers

Comments

  • Hi,

    1. To change color of individual item, you need to use:
    #Top_bar .menu > li#menu-item-1530 a { color: #000 !important; }
    2. This is how responsive sticky menu works. If you don't like it, just turn off sticky on mobile under Theme options > Responsive section.
Sign In or Register to comment.