Cool. Also, can I get the CSS to remove border radius on pop cards in Store Locator?
Thank you!
Cool. Also, can I get the CSS to remove border radius on pop cards in Store Locator?
Thank you!
Sure! Here is the code:
[class*='location-card-popup'] {
border-radius: 0px;
}
It’s my pleasure!
Have a great weekend