• Hi,
    I’m trying to create a similar shadow for each post in the inked blog widgets on the site, similar to the one with siteorigin testimonials, where I used

    .sow-features-feature .textwidget {
    	-webkit-box-shadow: 10px 10px 8px -8px rgba(0,0,0,0.75);
    	-moz-box-shadow: 10px 10px 8px -8px rgba(0,0,0,0.75);
    	box-shadow: 10px 10px 8px -8px rgba(0,0,0,0.75);
    }

    Could you please help out?
    Thanks ahead,
    Torsten

    The page I need help with: [log in to see the link]

  • The topic ‘box shadow for blog grid’ is closed to new replies.