I tried to use the J51-Icons module in a base module, but couldn't change the colour. I've found some code in the CSS "nexus":
#container_base [class^="fa-"]:before, #container_base [class*=" fa-"]:before {
color: rgba(255, 255, 255, 0.2);
}
and I#m wondering what this is good for. After deselcting it, the colour is been displayes correctly.
Can you tell me, if I need this piece of CSS in another part and if the answer is "no" how to deselect it in custom CSS (I don't want to change the CSS "nexus" )?
TNX a lot!
Solluh