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?
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
Password is Fitshake
Please add this code at the bottom of your base.css file
.card--card:after {
box-shadow: unset !important;
}