Make Buttons Rounded in Popup

Make Buttons Rounded in Popup

martujv
Trailblazer
232 2 46

Hello, 

 

I want to make all my buttons rounded in my website's popup, but the "join" button doesn't convert for some reason. Also, the whole banner should be rounded instead of being inside a square with straight corners.

 

This is how it looks now:

martujv_0-1741860051139.png

 

As you can see, the "join" button is not rounded for some reason.

And the whole banner should be rounded instead of being inside a straight square.

 

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

 

I've been trying to figure this out for a while so I would really appreciate some help!

Replies 6 (6)

Zoeyharp
Tourist
10 0 1

Hi Martujv, 

Kindly provide your store URL for proper check out.

martujv
Trailblazer
232 2 46
Zoeyharp
Tourist
10 0 1

Good.

Your store is on preview and yet to be open. I can't check out your store without password.

Kindly drop your email so as to discuss how to resolve it.

 

Best regards,

Zoeyharp
Tourist
10 0 1

Hi Martujv,

 

Willing to get this solve? Waiting for you response.

GTLOfficial
Shopify Partner
800 166 177

HEllo @martujv 
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.

@media (min-width: 720px) {
.popup.popup--has-image.popup--image-is-adjacent .popup__image {
border-top-left-radius: 1rem !important;
border-bottom-left-radius: 1rem !important;
}
.popup__content {
border-radius: 1rem !important;
}
}

result
26.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
martujv
Trailblazer
232 2 46

Hey! Thanks for your help, but sadly, it didn't work:

Captura de pantalla 2025-03-13 a las 12.02.46.png

For some reason, everything appears correct inside the page editor, but once I publish it, the "join" button only turns rounded when you hover over it, otherwise it appears straight. And the pop up doesn't show up with rounded corners. Maybe I have some conflicting codes within my CSS, I don't know.