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!
A user wanted to add rounded corners to their pop-up window on a Shopify store using the Stiletto theme. The pop-up initially had straight edges.
Desktop Solution:
.popup .popup__content-inner with a border-radius propertyMobile Issue & Fix:
.popup .popup__content with border-radius: 12px !importantBoth solutions were confirmed working by the original poster. The discussion includes code snippets and before/after screenshots demonstrating the visual changes.
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!
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
@media screen and (max-width:749px){
.popup .popup__content {border-radius: 12px !important;}
}
It worked! Thank you!