is it possible to add "!important" next to font color automatically once they pick a color? Example.. they pick the color orange for text, i want to see this .....
Patrick #2 -
.profile_menu a,
{
color: #FFFFFF !important; (<----- add automatically)
font-family: inherit;
}
because with just "color: #FFFFFF;" doesn't do anything because there is one CSS color kills it.