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

    Hello,
    I updated my enfold site today with an award badge from one of our partners. I pasted the code for the SVG image/badge into an HTML widget on the sidebar of our “Reviews” page, which links to the external awarding article. Now there is badge rendered on the sidebar, but a permanent “click here” overlay image. I have disabled image overlays with the following code:

    .image-overlay {
    visibility: hidden;
    }
    Still, it remains there. Please help me get rid of this, or show me what is triggering it? We cannot read the award displayed underneath.

    Thanks!

    #898825

    Hey Josh,
    I added this to your General Styling > Quick CSS field:

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

    Please clear your browser cache and check.

    Best regards,
    Mike

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