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

    Hi!

    I have two images on a page, and I don’t want the hover effect on these two images. The markup is:

    <img class="aligncenter" src="http://url.com/wp-content/uploads/2014/10/last_ned_pdf_250x300pxl.png" alt="" width="250px" height="300px" />

    How can I deactivate the hover effect on only this code/image?

    Also, is there a way to use the Image Element in Avia Layout Builder to display Retina graphics?

    #356773

    Hi eriktobben!

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

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

    You can upload your images in higher resolution and they should display just fine on retina displayed devices

    Cheers!
    Yigit

    #356821

    Thanks for the code! But doesnt this code deactivate the overlay globally? I just want to deactivate it on two images.

    I’ve tried that, but the “Media Size” dropdown does not have an size for x2..

    #356831

    Hi!

    1- Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your image elements a custom CSS class and then change the code to following one

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

    2- Can you post the link to your page where you have retina image?

    Cheers!
    Yigit

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