Shopify themes, liquid, logos, and UX
Hello,
Could someone please help me, My Color/variant button is solid black on all my products as well as my Quantity selector button. If I could at least get the writing white I would be happy, but the options to change but background and text color would be great! I have tried a few codes with no change.
Website URL is http://www.backwoodsgeek.com
Solved! Go to the solution
This is an accepted solution.
Try this one.
select#Option-template--21412270375212__main-0 {
background: white;
border: 1px solid black;
}
select#Option-template--21412270375212__main-0:hover {
background: black;
}
select#Option-template--21412270375212__main-0:hover {
color: white;
}
.select:hover {
color: white;
}
.quantity:before {
background: white;
border: 1px solid black;
}
quantity-input.quantity * {
color: black;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Can you replace the code with this one. I add the size button. Thanks!
select#Option-template--21412270375212__main-0, select#Option-template--21412270375212__main-1 {
background: white;
border: 1px solid black;
}
select#Option-template--21412270375212__main-0:hover, select#Option-template--21412270375212__main-1:hover {
background: black;
}
select#Option-template--21412270375212__main-0:hover, select#Option-template--21412270375212__main-1:hover {
color: white;
}
.select:hover {
color: white;
}
.quantity:before {
background: white;
border: 1px solid black;
}
quantity-input.quantity * {
color: black;
}
And Save.
Forgot to add this screenshot...
This is an accepted solution.
Can you replace the code with this one. I add the size button. Thanks!
select#Option-template--21412270375212__main-0, select#Option-template--21412270375212__main-1 {
background: white;
border: 1px solid black;
}
select#Option-template--21412270375212__main-0:hover, select#Option-template--21412270375212__main-1:hover {
background: black;
}
select#Option-template--21412270375212__main-0:hover, select#Option-template--21412270375212__main-1:hover {
color: white;
}
.select:hover {
color: white;
}
.quantity:before {
background: white;
border: 1px solid black;
}
quantity-input.quantity * {
color: black;
}
And Save.
You are a LIFESAVER! Thank you very much!
This is an accepted solution.
Try this one.
select#Option-template--21412270375212__main-0 {
background: white;
border: 1px solid black;
}
select#Option-template--21412270375212__main-0:hover {
background: black;
}
select#Option-template--21412270375212__main-0:hover {
color: white;
}
.select:hover {
color: white;
}
.quantity:before {
background: white;
border: 1px solid black;
}
quantity-input.quantity * {
color: black;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
That worked perfectly, except I didn't notice the Size option, so it is still Black.
FINALLY found this answer!!! I have been working for HOURS to get my Quantity buttons fixed... I wanted black with white text so I just swapped out the colors in your code and IT WORKED!!!
You will never know how appreciative I am! This was driving me CRAZY!
Thanks!
Thanks good to hear! Welcome.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024