Make Pop Up Rounded

Hello!

I want my pop up to have rounded corners instead of being straight.

This is how it looks now:

My website is: https://2ly0xfqvhlpa89xw-60150284501.shopifypreview.com and my theme is Stiletto

I would appreciate some help!

@martujv

.popup .popup__content-inner {border-radius: 30px;}

it will look like this

1 Like

It worked! Thank you so much!

It doesn’t work for mobile version, any solution?

@martujv can you please provide preview link again?

Yes, this is the preview link: https://aka1pndmq13ckn6l-60150284501.shopifypreview.com

@martujv

@media screen and (max-width:749px){
.popup .popup__content {border-radius: 12px !important;}
}
1 Like

It worked! Thank you!