[Support request] Background shadow to post blocks

Home Forums Support [Support request] Background shadow to post blocks

Home Forums Support Background shadow to post blocks

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1941215
    Reddy

    Hi,

    I want to add a little background shadow to the post blocks on the home page and archives.

    Example Image: https://ibb.co/0yBGrrN (need like this shadow)

    Need shadow here, image: https://ibb.co/gMhtL1y

    Pl suggest.

    Regards
    San

    #1941395
    David
    Staff
    Customer Support

    Hi there,

    you can use some CSS to do that:

    .generate-columns-container .inside-article {
        box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.