I am trying to create a basic rollover image in a code block but the arrow keeps showing up.
Is there any way to use a short code, or anything else to stop the arrow from showing up? Turn it off so to speak?
Thx in advance.
Hey fgrippe!
You can hide the arrows by adding this to Quick CSS under Enfold–>General Styling:
.image-overlay-inside{
display:none !important;
}
Cheers!
Rikard
Hi!
try this code instead:
.image-overlay.overlay-type-extern .image-overlay-inside:before {
display: none;
}
Best regards,
Andy
Hey!
Please add following code to Quick CSS instead
.page-id-3472 .image-overlay {
display: none!important;
}
Regards,
Yigit