Hi!
This is probably one of those very basic questions that I just can’t figure out. Why do some pictures appear with the red circle arrow over them and some not? I’ve looked into the setting, the html behind the image, the alt text etc, and I can’t figure it out?
Thanks for your help again!
Yours,
Solveig
Hey solveigmalvik!
Linked images shows overlay on hover. If you would like to remove it, please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Cheers!
Yigit
Thanks Yigit!