Hi everyone,
I'd like to change the color of the fa icons in my Lifestyle Template.
Where can do this?
#hornav .menu li [class^="fa-"]:before, #hornav .menu li [class*=" fa-"]:before {
color: #555555;
}
.fa-star:before {
color: #000000 !important;
}