I tried to replace icons with custom images using this topic http://www.swiftideas.com/forums/topic/image-instead-of-icon-in-an-icon-box/
Now I need to disable a standart icon output (see left icon on the front page: custom and standard icons together) and add additional image for a mouseover (hover) view.
Now I use next code:
.extraclass .sf-icon-standard .sf-icon-cont {
background-image: url("https://www.arkerconfig.com/wp-content/uploads/Arker_WebIcon_Products_Outline.png");
background-repeat: no-repeat;
background-size: 80% auto;
}
.extraclass .ss-bike {
display: none;
}
Any recommendations?
Thanks!