Change the color of one menu item

I've been trying every method I find online and nothing works. Looking to change the color of the 'Email Signup' menu item on this page: https://ironsmokedistillery.com/

Here are a few methods currently not working:
.menu-item .menu-item-type-post_type .menu-item-object-page .last a {
color: #b92025; !important;
}
#menu-item-1828 a{
color: #b92025; !important;
}
.red-nav {
color: #b92025;
}

Any help is appreciated,
Thanks,
Corey

Comments

Sign In or Register to comment.