Archived topic
Shadow Hover Card Post
3 replies · Started by Renan on March 26, 2020
Viewing posts 1–4 of 4
Hi there!
How can I do so that when hovering the mouse appears shadow like this?
Hi there,
some CSS like this:
body:not(.single) .inside-article {
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
transition: box-shadow 0.3s ease-in;
}
body:not(.single) .inside-article:hover {
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
Thanks a lot!
Awesome Support! Conglatulations! This theme is incredible
You're welcome - glad you're enjoying it !
This archived topic is closed to new replies.