All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
https://v4paxk-5d.myshopify.com/products/choose-your-song-t-shirt?variant=56337231249789&pb=0
Craft theme
I'm trying to change the color of the text only on my site's product pages to #231f1e
Would anyone be able to provide me the right code to achieve this?
Thanks a million
Alex
Solved! Go to the solution
This is an accepted solution.
Hello @AlexMcGann ,
Add this css in base.css at bottom
.tee-customize-main-form, input.tee-quantity-input {
color: #231f1e !important;
}
Regards
Guleria
This is an accepted solution.
Hello @AlexMcGann ,
Add this css in base.css at bottom
.tee-customize-main-form, input.tee-quantity-input {
color: #231f1e !important;
}
Regards
Guleria
Really appreciate it Guleria thank you