Comments 2ostubel started the conversationApril 16, 2018 at 2:42pmHey there - Just a quick question: Possible to have the hover translucent and the background blurred out? Similar as you see here:http://www.santiagodesign.de/arbeiten.htmlBest,Oliver[deleted] repliedApril 17, 2018 at 6:45amHi Oliver,You can achieve that by adding the following Custom CSS: .portfolio-holder .portfolio-item:hover .image-placeholder img { -webkit-filter: blur(5px); filter: blur(5px);}See the result:https://d.pr/v/Zk38c4I hope this will work fine for you. Sign in to reply ...
Hey there -
Just a quick question: Possible to have the hover translucent and the background blurred out? Similar as you see here:
http://www.santiagodesign.de/arbeiten.html
Best,
Oliver
Hi Oliver,
You can achieve that by adding the following Custom CSS:
See the result:
https://d.pr/v/Zk38c4
I hope this will work fine for you.