I'm about to finish my 12 web page and I want to know how to modify the icons that are added as a class, of those that are downloaded from icomoon.io. The code of the icons comes like this:
.icon-add-to-list:before { content: "\e900"; }
And they are in a folder called "fonts", which I call using a link with their name. I added it in a div
and to that div
I put the class with the name "icon-add-to-list: before" and in this way the icon appears.
But I left in doubt that I gave him position styles and yes I respect all margins etc, but he did not let me give him an effect hover
to change size, color, etc.
How can I achieve that?