.SeverityButtons { background: #fff600; color: #FF0000; } background works but the icon stays the same ...
Most likely, it's overridden by another style.Because I suppose it is a link. All links are defined in the Theme.
SyntaxEditor Code Snippet
a, a:link, a:visited { color: red; /*primary-color*/ }
you can enclose the icon in a container and apply a text color to the container, also remove the width of the container. Other options is to use the devtools of the browser and then create CSS for that.
Jean-Pierre Brits wrote:
@import url(/RichWidgets/Theme.FontAwesome.css); /* fallback for offline web editor, the icons are not available */ .fa:after { content: "N/A"; }
.fa{
color:red;
}
try this in local theme,it overrides css theme