Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #236946

    I…
    In my site http://www.diegoestrada.es/portfolio-item/portfolio/, …how to remove the white transparent effect that activates when passing the mouse over an image?

    thk

    #237710

    Hi JUAN DE DIOS!

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

    .image-overlay { background: transparent; }

    Best regards,
    Yigit

    #238879

    Hi Yigit.
    Thk for the code, but when i put th code on the box “Quick CSS” and after i put the mouse on the image appears one circle with double arrow.

    I like disable this efect … ¿it’ posible?

    #238880

    Hi!

    Please use following code then

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

    Best regards,
    Yigit

    #238881

    Fantastic..Yigit.

    Thk for all.
    Muchas gracias.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove the white transparent effect that activates when passing the mouse’ is closed to new replies.