Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #452608

    In my blog post I would like to disable the lightbox effect that happens when you roll over the feature image. At the moment, on roll-over, I get a double arrow which links to the actual image. I would like to disable this feature. How is this done

    #452617

    Hi eng257!

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

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

    Regards,
    Yigit

    #453115

    Hi Yigit,

    I already have the following in my Quick CSS –

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    display: none;
    }

    I believe this was to stop the same issue within the main pages but it doesn’t seem to take effect on the blog posts. Will this extra piece of CSS be affected by what i currently have?

    #453210

    Hey!

    Yes, the code i posted should remove it globally. If not, please post a temporary admin login credentials here privately and we will look into it

    Regards,
    Yigit

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