How do I make the Check Out button into rectangular box? - Publisher Theme

URL: https://jsdqft-gs.myshopify.com/cart

Hello @randytheasian

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

button#checkout { border-radius: unset !important; }

RESULT:

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like