Solved

Change color of size selection bar to match theme color

siddharthxm
Tourist
5 0 1

Hi im using venture on my store and want the size selection and quantity buttons to look the same as the add to cart button's look and feel, please guide me on how to edit the code for thisScreenshot 2021-07-30 at 2.44.29 AM.png

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @siddharthxm 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product #SingleOptionSelector-0 , .template-product #Quantity{
	
	background-color: #262626;
    border: 1px solid #d2d1d1;
    color: #d2d1d1;
}

 

View solution in original post

Replies 6 (6)

Kinjaldavra
Shopify Partner
2302 570 1423

hello @siddharthxm 

 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

siddharthxm
Tourist
5 0 1

www.shopheatwave.in

password: HW2021

dmwwebartisan
Shopify Partner
12289 2547 3698

@siddharthxm 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
siddharthxm
Tourist
5 0 1

Url : www.shopheatwave.in

password : HW2021

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @siddharthxm 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product #SingleOptionSelector-0 , .template-product #Quantity{
	
	background-color: #262626;
    border: 1px solid #d2d1d1;
    color: #d2d1d1;
}

 

siddharthxm
Tourist
5 0 1

Thank you so much, exactly how i wanted it!