Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How to change the box colour on product page

How to change the box colour on product page

emmawoolford
Tourist
15 0 0

Wanting to know how i can change the colour from black to #e1c4a7

 

Image below - thank you 🙂

 

IMG_8902.jpg

Replies 10 (10)

SmallTask
Shopify Partner
973 41 55

Hi @emmawoolford,

 

Can you share your website URL so that I can check and provide you with a solution.

banned
emmawoolford
Tourist
15 0 0

bywoolf.com

 

Thank you!

PageFly-Victor
Shopify Partner
7865 1786 3116

Hi @emmawoolford !

 

This is PageFly - Advanced Page Builder. I would love to give you some recommendation:

 

Please paste this code at the bottom of Index.css under assets in theme code files;

 

button.product_chip.selected {

  background-color: #e1c4a7 !important;

  color: #1c1a1a !important;

}

 

Best Regards;

Pagefly

 

PageFly-Victor
Shopify Partner
7865 1786 3116

Hi @emmawoolford !

 

Like this;

 

Screenshot_38.png

emmawoolford
Tourist
15 0 0

Hello there,

 

Thank you for this! For some reason it won't work.

 

Emma

PageFly-Victor
Shopify Partner
7865 1786 3116

Bro @emmawoolford why it didn’t work?

emmawoolford
Tourist
15 0 0

I put the code you said but it didnt do anything

PageFly-Victor
Shopify Partner
7865 1786 3116

Paste this code bro;

 

.product__chip.selected {

  background-color: #e1c4a7 !important;

  color#1c1a1a !important;

}

emmawoolford
Tourist
15 0 0

Amazing! It's worked now how do i add the text as white and the box around it in white. thank you

PageFly-Victor
Shopify Partner
7865 1786 3116

Hi @emmawoolford bro add this code:

 

.product__chip.selected {

  background-color: #e1c4a7 !important;

  color#ffff !important;

  border-color: white !important;

}