Change menu item color using custom CSS class
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
where is the : sign after color?