Rounded Corners in BUY NOW BUTTON **HELP**

Topic summary

A user is experiencing an issue with button styling on their Shopify store’s homepage. While they successfully rounded the “Add to Cart” button for a featured product, the “Buy Now with Shop” button remains unrounded.

Solution Provided:

  • Modify the CSS for the Buy button by adjusting the border-radius property
  • Set border-radius: 20px; to achieve rounded corners
  • Locate the relevant code in the page and apply this CSS attribute

Visual Reference:
Both the original issue and the corrected version are shown in attached screenshots demonstrating the before/after effect of the CSS modification.

The issue appears resolved with this straightforward CSS customization targeting the button’s border styling.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hello Everyone, I have an online store websit in which on my home page I have featured a product and have rounded the add to card button but the “Buy Now Wih Shop” button/ is not rounded can anyone help me (please see atatched photo for reference) Any help is appreciated thanks!

MY STORE WEBSITE: www.gadget-pods.store

1 Like

Hi @Pods10101

This is the modified effect. You need to modify the style of the Buy button, adjust the ‘border radius’ attribute,

border-radius: 20px;

You need to find these codes on the page again and change the border-radius to border-radius: 20px;