CSS Selector to add box shadow to block elements?

Posted in: Newspaper
Post count: 18

I am having a hard time adding box shadows to block elements. I want to add a box shadow to the individual elements inside a box. For example, I am displaying 8 posts with a Block 7. I want each of those posts to be displayed with a box shadow.

Can somebody let me know what the selector is to do this?

Post count: 35449

Hi,

You need to try a custom css, something like this -> https://www.screencast.com/t/RIdByyPJ8
.td_block_7 .td_module_6 {
margin: 10px 0;
box-shadow: 3px -3px 4px black;
}

Set the code in theme panel>custom code>custom css

Hope this will help you!
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.