[Resolved] Featured image shadow

Home Forums Support [Resolved] Featured image shadow

Home Forums Support Featured image shadow

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1339663
    Ashish

    dear sir i addedd additional css like this –
    .entry-content img {
    padding: 0px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    }

    this is working fine and looking cool. but also i want to show shadow on featured image on homepage column block.

    here – https://ibb.co/pjbsLnH

    how to do that ????

    #1339673
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    .post-image img {
        padding: 0px;
        box-sizing: border-box;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    }
    #1339704
    Ashish

    Thanks sir, now its working fine ๐Ÿ™‚

    #1340455
    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.