We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

button radius and border

Solved

button radius and border

Arenae32
New Member
7 0 0

How do you change the corner radius to rounded and add a border color to all buttons? theme is motion by maestrooo 

 

store: https://lampzstore.net/

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 567

This is an accepted solution.

@Arenae32 ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.Button:after, .Button:before {
    border-radius: 10px !important;
    border: 1px solid #ccc!important;
}
</style>

 

Result

BSSCommerceB2B_0-1726025264556.png

BSSCommerceB2B_0-1726025323070.png

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

View solution in original post

Replies 4 (4)

BSSCommerce-B2B
Shopify Partner
1972 564 567

This is an accepted solution.

@Arenae32 ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.Button:after, .Button:before {
    border-radius: 10px !important;
    border: 1px solid #ccc!important;
}
</style>

 

Result

BSSCommerceB2B_0-1726025264556.png

BSSCommerceB2B_0-1726025323070.png

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

Arenae32
New Member
7 0 0

thank you so much!

 

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @Arenae32 

You can try to check if there option to change radius and border color of button in Online Store > Themes > Customize > Theme settings > Buttons and Colors

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Arenae32
New Member
7 0 0

I also have a different question if you could help me