Hi
1. Is it possible to add some more icons to the iconlist in enfold? I Couldn’t find a folder with those icons.
2. How can i just change the color of the icons? They seem to have the same color than the fonts.
Thanks for answers.
Hi,
1.) They are entypo fontello fonts. There is no way you can add fonts right now. http://www.entypo.com/characters/
2.) You can change the color of iconlist icons using this on your custom.css or Quick CSS
.iconlist-char {
color: red;
}
Regards,
Ismael
Ok thanks Ismael.