Greetings:
Please advise how to add shadow to a video on all 4 sides in GP theme’s css.
I found the following code somewhere online however I am not sure what should replace “.custom-single-training-media” in the CSS.
.custom-single-training-media {
box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.36);
-webkit-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.36);
}
I look forward to your response.
Thank you.