This topic has 4 replies, 2 voices, and was last updated 10 years by dmn2016.

  • Author
  • #102378
     dmn2016
    Participant

    I am using the Pinterest style homepage, and was wondering how I can make the shadows on the pins deeper and permanent, instead of on hover only.

    Any chance I can have the code snippet to place in the custom CSS section of the home page?

    #102519
     Laura
    Moderator

    Hello, do you mean you want to have the pin hover effect be the normal style of the pin and not only appear on hover?
    Please let me know 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #102603
     dmn2016
    Participant

    Hello Laura, yes that is exactly what I mean. I’d like to make the hover effect darker too.

    #103160
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation {
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.17);
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #103472
     dmn2016
    Participant

    It works, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?