Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #313182

    I have an image being displayed and I don’t want the animated icon to appear over it. I assume it’s being generated by javascript because it’s not showing as style element and I tried a few css things, but nothing made the icon go away when I hover over this image. I want it in some places, but it seems like it’s a default set across the board.

    I took a screenshot to better explain what I’m talking about:
    https://www.dropbox.com/s/xt9i0d5ltof76iz/Screenshot%202014-09-03%2021.24.29.png?dl=0

    How can I disable that so people can view this image as is?

    #313273

    Hey marcorosada!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay { display: none !important; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.