change the button " quantity" to corner raidus 10px

Solved

change the button " quantity" to corner raidus 10px

GiangJay
Tourist
3 0 0

I cannot change the button size " corner radius " to 10px. Somebody can help me to change.

 

Accepted Solution (1)

B2Bridge
Excursionist
334 67 82

This is an accepted solution.

Hi @GiangJay 
Can you kindly share your store link (with the password, if any) and details of your problem (screenshot/ record) with us? We will check it and suggest you a solution if possible.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 4 (4)

B2Bridge
Excursionist
334 67 82

This is an accepted solution.

Hi @GiangJay 
Can you kindly share your store link (with the password, if any) and details of your problem (screenshot/ record) with us? We will check it and suggest you a solution if possible.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

GiangJay
Tourist
3 0 0

Untitled.png

GiangJay
Tourist
3 0 0

plz help me how to change

 

B2Bridge
Excursionist
334 67 82

Hi @GiangJay  , you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

.quantity:after {
 border-radius: 10px !important;
}

Screenshot_4.png

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.