What's your biggest current challenge? Have your say in Community Polls along the right column.

Quantity background problem theme broadcast

Solved

Quantity background problem theme broadcast

PercyC
Excursionist
14 0 2
Hi, I'm trying to change the background color of my quantity selector when I click on it. Currently, it's transparent, but I'd like it to be black.
 
IMG_4190.PNG

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@PercyC,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

 

<style>
.select-popout__list.popout-list--visible {
  background: black!important;
}
</style>

 

Result:

BSSCommerceB2B_0-1731207792829.png

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

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@PercyC,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

 

<style>
.select-popout__list.popout-list--visible {
  background: black!important;
}
</style>

 

Result:

BSSCommerceB2B_0-1731207792829.png

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

PercyC
Excursionist
14 0 2

thank you so muchhh !!!

BSSCommerce-B2B
Shopify Partner
1969 564 566

Glad to help you 😉

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

PercyC
Excursionist
14 0 2

Hi, I have another issue. When I'm on the homepage and I add the product to the cart, the background once again appears transparent. I'd like to set it to a white background instead. Thanks!

 

Capture d’écran, le 2024-11-10 à 11.55.51.png

BSSCommerce-B2B
Shopify Partner
1969 564 566

@PercyC,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

 

<style>
.product-quick-add__form {
   background: white!important;
}
.product-quick-add__form .product__price--sale {
   color: black!important;
}
</style>

 

Result:

BSSCommerceB2B_0-1731290254181.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

PercyC
Excursionist
14 0 2

The price after reduction is black and I'd like it to be white. Thank you very much