Hello,
I have 3 images side by side on this page:
http://socialmediamanagernetwork.com/join/
notice when you hover the mouse of the image, it pushes the images to stack vertically and displays a circle with an arrow on top of the image. How do I remove this so there is no affects on the hover?
Thank you
Hey conversations!
Add this on your custom.css or Quick CSS:
.image-overlay.overlay-type-extern {
display: none !important;
}
Best regards,
Ismael
Thanks Ismael!
I added the code to the quick CSS but the image hover issue is still happening.
You can see here: http://socialmediamanagernetwork.com/join/
Hi!
Please add following code to Quick CSS as well
center a { display: inline!important; }
That should do it
Best regards,
Yigit
Thank you! That worked!