Hi, i need help 
How i can change color for Featured products Choose Option picture 2, i want the color be like on picture 3? And how i can change color of the Size button that is selected and bold price picture 3? Tnx
Picture 1 https://i.postimg.cc/gx1tPS0p/1jpg.jpg
Picture 3https://i.postimg.cc/D8Zx4kJF/3jpg.jpg
Picture 2https://postimg.cc/vxypwP3T
1 Like
Hi. @paxvictoria .
Please Share Your Store URL And Password.
Thanks,
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
button#ProductSubmitButton-quickadd-template--19340935397717__main {
background-color: #fff;
}
quick-add-modal .product__title>a {
color: #fff;
}
quick-add-modal .product__column-sticky p {
color: #fff;
}
quick-add-modal .product__title>a .h1 {
color: #fff;
}
unfortunately the background color has not changed..
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.quick-add-modal__content-info {
background-color: #fb8122;
}
button#ProductSubmitButton-quickadd-template--19340935397717__main {
background-color: #fff;
}
quick-add-modal .product__title>a {
color: #fff;
}
quick-add-modal .product__column-sticky p {
color: #fff;
}
quick-add-modal .product__title>a .h1 {
color: #fff;
}
Hello @paxvictoria
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please All Like and Accept Solution.