Make cart icon smaller + make qty and colour selector text bold?

Solved

Make cart icon smaller + make qty and colour selector text bold?

Ryan1998
Pathfinder
101 2 32

Make cart icon smaller + make qty and colour selector text bold? please

PHOTO-2024-08-01-22-27-45.jpgPHOTO-2024-08-02-15-17-35.jpg

Accepted Solution (1)
BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the main css file base.css
Step 3. Copy this code at the end of the file

svg#cart {
  transform: scale(0.6)!important;
}
.globo-swatch-product-detail .name-option,
.product-form__input > label {
  font-weight: bold!important;
}

If it helps you, please like and mark it as the solution.

Best Regards

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 7 (7)

BSSCommerce-B2B
Shopify Partner
1972 564 566

Hi,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

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

Ryan1998
Pathfinder
101 2 32
BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the main css file base.css
Step 3. Copy this code at the end of the file

svg#cart {
  transform: scale(0.6)!important;
}
.globo-swatch-product-detail .name-option,
.product-form__input > label {
  font-weight: bold!important;
}

If it helps you, please like and mark it as the solution.

Best Regards

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

Ryan1998
Pathfinder
101 2 32

great! thank you

Ryan1998
Pathfinder
101 2 32

It has only seemed to have worked on desktop view and not mobile any ideas why please?

Ryan1998
Pathfinder
101 2 32

nevermind sorted thanks

BSSCommerce-B2B
Shopify Partner
1972 564 566

ok good to hear that 😁

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