Personalized checkout and custom promotions with Shopify Scripts
I cannot change it in theme settings and that's how it looks now.
Link to the website: https://jinglebellsboutique.com/
Solved! Go to the solution
This is an accepted solution.
Try using this coding instead then:
.block-swatch {
background-color: transparent;
color: #800000;
border-color: #800000;
}
.quantity-selector__button {
background-color: transparent;
color: #800000;
border-color: #800000;
}
.quantity-selector__input {
background-color: transparent;
color: #800000;
border-color: #800000;
}
.quantity-selector {
background-color: transparent;
color: #800000;
border-color: #800000;
}
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
[email protected]
Your theme is probably using the same colour for "links" as it does the variant options.
Go into your theme colours, and look at what you have set to 'black' (#000000) ... and then edit the options until you figure out which one is controlling the color for the variant options.
Otherwise you can try adding the following coding to your theme's CSS file, or to the specific block/section's "custom CSS" section (within the theme editor) to make the text for those white:
.block-swatch {
color: #ffffff;
}
.quantity-selector__button {
color: #ffffff;
}
.quantity-selector__input {
color: #ffffff;
}
Hope the above helps! 🙂
Cheers,
Stephen
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
[email protected]
Hi,
Thanks for response. I tried it but It changes colors only for a text. You probably have visited my website. I want it to look this way. (like the ghost in the bottom of the home page)
This is an accepted solution.
Try using this coding instead then:
.block-swatch {
background-color: transparent;
color: #800000;
border-color: #800000;
}
.quantity-selector__button {
background-color: transparent;
color: #800000;
border-color: #800000;
}
.quantity-selector__input {
background-color: transparent;
color: #800000;
border-color: #800000;
}
.quantity-selector {
background-color: transparent;
color: #800000;
border-color: #800000;
}
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
[email protected]
Thanks for help!
It worked but the only thing is the frame color is different (when option selected)
This one has me stumped. I'm not sure how the theme is dictating which colour is being used for the selected variant.
Sorry I couldn't solve that one for you. Hopefully, I've gotten you close enough that it's okay. Otherwise, maybe someone else can chime in with the final 'piece of the puzzle' here! 🙂
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
[email protected]
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024