Tagged: hover effects
Hello! The URL is https://chillfxcbd.com/cbd-blog/ and I would like to change the icon to an image, but none of the CSS I’ve tried works.
( I want to keep the blue circle overlay, but replace the icon with the image below)
https://chillfxcbd.com/wp-content/uploads/2019/08/colorful-cbd-tincture-icon.png
None of the support topics seem to make the change happen.
Hey ryane2222,
Please try the following in Quick CSS under Enfold->General Styling:
.slide-entry-wrap .image-overlay-inside {
background-image: url(https://chillfxcbd.com/wp-content/uploads/2019/08/colorful-cbd-tincture-icon.png);
background-repeat: no-repeat;
background-position: center;
}
Best regards,
Rikard
Hi Rikard! That code didn’t seem to do anything :(
I take that back. It did, but not the blue circle and arrow are in the way :(
Hi,
Please try this as well:
.slide-entry-wrap .image-overlay-inside:before {
display:none;
}
Best regards,
Rikard
Thank you!! It worked!
Hi ryane2222,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria