how change Font Awesome color icons in base module for Sophia template?
I want to change grey to darker color
above url
------x----x---
I found solution
I add custom css
#container_base [class^="fa-"]:before, #container_base [class*=" fa-"]:before {
color: rgba(0, 0, 0, 1);
}
best regards
Jose