Removing bottom bar that appears under every property (Crave theme)

I want to remove the BLUE BAR that appears on every value in the Crave theme.

Cant find the value when I inspect element. Want to remove it completely or turn it invisible in CSS code. Any suggestions?

Hello @baileyg1
If you can share your store URL it will easy for me to inspect.

Hi @baileyg1 ,

Dan here from Ryviu: Product Reviews & QA.

Could you share your store URL to check?

Best Regards,

Dan

91f208-39.myshopify.com

Password is Fitshake

Please add this code at the bottom of your base.css file

.card--card:after {
box-shadow: unset !important;
}