Change menu item color using custom CSS class

edited September 2014 in Menu / Mega menu
Hi, I create a custom CSS class for using in one item of my main menu

1) change to underline (work)
2) change color (don´t work)

here the class:

.menu_fale_conosco {
  text-decoration: underline !important;
  color #FA9128  !important;
}

What´s the problem with the color?

thanks

Comments

Sign In or Register to comment.