СSS code to remove border radius in popup

Cool. Also, can I get the CSS to remove border radius on pop cards in Store Locator?

Thank you!

2 Likes

Sure! Here is the code:

[class*='location-card-popup'] {
  border-radius: 0px;
}
1 Like

It’s my pleasure!

Have a great weekend :wink:

2 Likes