Comments NovitchS started the conversationOctober 6, 2017 at 8:47pmHi!How can I use a image for my porfolio hover effect? I can only use color.Thanks you very much![deleted] repliedOctober 7, 2017 at 6:54amHi 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. Sign in to reply ...
Hi!
How can I use a image for my porfolio hover effect? I can only use color.
Thanks you very much!
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:
Upload the image From Media Library to your site, get the url of Image then paste the code between quotes on background property :
Thank you.