I tried this CSS to replace the icon hovering image but it brings the rounded solid color background anyways. What am I missing here?
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: url(http://coolsitemachine.com/wp-content/uploads/2014/08/sabrostar_hoverIcon.png); font-family: ‘entypo-fontello’;
}
See my link and hover over the picture to see what I mean. http://coolsitemachine.com/blog/
Hi victor!
Please add following code to Quick CSS as well
.image-overlay.overlay-type-extern .image-overlay-inside:before { background-color: transparent !important; }
Regards,
Yigit
Hi!
I believe that’s not an issue in Replete latest version, if it occurs try using this plugin – http://wordpress.org/plugins/force-ssl-everywhere/
Regards,
Josue
Great thank you.