Make Pop Up Rounded

Solved

Make Pop Up Rounded

martujv
Trailblazer
232 2 46

Hello!

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

 

This is how it looks now:

Captura de pantalla 2025-03-14 a las 19.59.37.png

 

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

 

I would appreciate some help!

Accepted Solution (1)
suyash1
Shopify Partner
10872 1345 1719

This is an accepted solution.

@martujv 

@media screen and (max-width:749px){
.popup .popup__content {border-radius: 12px !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 7 (7)

suyash1
Shopify Partner
10872 1345 1719

@martujv 

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

 

it will look like this

 

suyash1_0-1742008666647.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
martujv
Trailblazer
232 2 46

It worked! Thank you so much!

martujv
Trailblazer
232 2 46

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

suyash1
Shopify Partner
10872 1345 1719

@martujv can you please provide preview link again?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
martujv
Trailblazer
232 2 46
suyash1
Shopify Partner
10872 1345 1719

This is an accepted solution.

@martujv 

@media screen and (max-width:749px){
.popup .popup__content {border-radius: 12px !important;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
martujv
Trailblazer
232 2 46

It worked! Thank you!