SITE: https://odyssey-resilience.squarespace.com/config/pages
Hi all!
I'd like to add a drop shadow effect to the testimonial carousel cards on my site.
I've used the Squarespace ID finder to find the section ID, however, with this type of carousel it appears there is no block ID available. So when I use the following code, I'm afraid it's adding the drop shadow to the entire section versus targeting the carousel cards inside the section.
Code Used:
section[data-section-id="65cce3933203a900145ffc4e"] * .image-block-outer-wrapper {
box-shadow: 0px 4px 8px 2px rgba(0,0,0,.1);
}
Any suggestions on how to specifically target the carousel cards without having the ability to obtain their ID?
Thanks so much!!