On our landing page, we choose the " default'' style for our blog posts. On these blog posts featured pictures (which are clickable) we want to put a slid blur effect in order for people to notice that it is clickable.
Is there any additional css for this option please ?
Hey there,
On our landing page, we choose the " default'' style for our blog posts. On these blog posts featured pictures (which are clickable) we want to put a slid blur effect in order for people to notice that it is clickable.
Is there any additional css for this option please ?
Cheers,
Jonas & Maud
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.row.blog-recent.columns-3 img { -webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); filter: blur(1px); }Thanks
Salient Support Team