[Resolved] Box Shadow on Featured Image.

Home Forums Support [Resolved] Box Shadow on Featured Image.

Home Forums Support Box Shadow on Featured Image.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1366475
    Rishabh

    Hi, I want to have box shadow on my Featured images, on this page: https://www.clichemillennials.com/blog/
    I am using this css:
    .post-image-above-header .inside-article .post-image {
    margin-bottom: 0.5em;
    box-shadow: 0 0 10px 2px #ccc;
    }

    But it’s giving me a white border below the image, as you can see.
    How to give it a box shadow without having that white border/padding at the bottom of image?

    #1366888
    Leo
    Staff
    Customer Support

    Hi there,

    The CSS should apply to the image itself:

    .post-image-above-header .inside-article .post-image img {
        margin-bottom: 0.5em;
        box-shadow: 0 0 10px 2px #ccc;
    }
    #1366981
    Rishabh

    Thanks.

    #1367107
    Leo
    Staff
    Customer Support

    No problem 🙂

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