Re: Change Paralax Button Shape

Solved

Change Paralax Button Shape

Ellemw
Tourist
17 0 1

Hi there,

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

Site is kegsonlegs.com.au

 

 

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 508

This is an accepted solution.

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 </body> on theme.liquid
<style>
  body .action_button {
     border-radius: 26px !important;
 }
</style>

techlyser_web_0-1718952185019.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 6 (6)

IKRDE
Explorer
40 2 5

Where is the button?

 

Or which one you mean?

 

I can help.

ZestardTech
Shopify Partner
5995 1076 1442

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;
}

 

 

ZestardTech_0-1718951696350.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

BSSCommerce-B2B
Shopify Partner
1972 564 561

Hi @Ellemw , 

Which button do you want to change?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

niraj_patel
Shopify Partner
2378 514 508

This is an accepted solution.

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 </body> on theme.liquid
<style>
  body .action_button {
     border-radius: 26px !important;
 }
</style>

techlyser_web_0-1718952185019.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Ellemw
Tourist
17 0 1

Thank you!!

IKRDE
Explorer
40 2 5

I got it,

 

you can make it LGBTQ friendly XD

 

IKRDE_0-1718952494344.png

 

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