Hello! I’m currently trying to add a grey boarder around my products across my website. Nothing I do seems to affect or change anything. Thank you for your time!
https://www.gearedformuscle.com/
Password: Louie
Hi @GearedForMuscle ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
.product__media.media.media--transparent {
border-radius: 10px !important;
border: 4px solid grey;
}
.card__media {
border-radius: 10px !important;
border: 2px solid grey;
}
Hope my answer will help you.
1 Like
Works beautifully, thank you so much!
1 Like