[Resolved] Shadow Hover Card Post

Home Forums Support [Resolved] Shadow Hover Card Post

Home Forums Support Shadow Hover Card Post

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1210786
    Renan

    Hi there!

    How can I do so that when hovering the mouse appears shadow like this?

    View post on imgur.com

    #1210886
    David
    Staff
    Customer Support

    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);
    }
    #1210926
    Renan

    Thanks a lot!

    Awesome Support! Conglatulations! This theme is incredible

    #1211670
    David
    Staff
    Customer Support

    You’re welcome – glad you’re enjoying it !

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.