Okay
  Public Ticket #1326753
image hover effect
Closed

Comments

  • NovitchS started the conversation

    Hi!

    How can I use a image for my porfolio hover effect? I can only use color.

    Thanks you very much!

  • [deleted] replied

    Hi NovitchS,

    Please disable the hover effect from Laborator -> Theme Options -> Portfolio Settings,

    Please read the article we wrote How to add Custom CSS to your site then paste the code below to Custom CSS Section:

    #portfolio-1 .item-box .thumb .hover-state{     
        background: transparent ('url of you image') !important; 
    }

    Upload the image From Media Library to your site, get the url of Image then paste the code between quotes on background property : 

    background: transparent ('http://alexajeannedube.com/wp-content/uploads/10/filename.jpg') !important ; 

    Thank you.