Change Paralax Button Shape

Hi there,

Can someone please help me change the button shape on our website. We use the parallax theme.

Site is kegsonlegs.com.au

1 Like

Where is the button?

Or which one you mean?

I can help.

Hi @Ellemw

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > styles.css and paste this at the bottom of the file:

If you want rounded corners for all button. ?

button {
    border-radius: 50px !important;
}

Hi @Ellemw ,

Which button do you want to change?

Hello @Ellemw

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

body .action_button { border-radius: 26px !important; }

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

I got it,

you can make it LGBTQ friendly XD

You need to say how you want it to be honest.

Thank you!!