Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi. I've taken over for a developer that is no longer responding and I'm having some issues with text color. I Need these text colors to be white so that they show up. It blends in to the background. This is the featured collection category, as well as any other product category when selected. Can you please guide me on how to change these?
Also having an issues with this text all being white when i click the 'quick shop' button on a product.
Would you mind to share your store URL? Thanks!
A lot to change 😆.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
h3.t4s-section-title.t4s-title,
h3.t4s-product-title,
.t4s-product-price,
.t4s-product-price del:not(div.t4s-product__price-review > div > del, div.t4s-product-qs__price > div > del) {
color: white !important;
}
body > div.t4s-modal.t4s-modal--is-active > div > div > div > div > div.t4s-col-md-6.t4s-col-12.t4s-col-item.t4s-product__info-wrapper.t4s-pr *:not(.t4s-product__price-review > div > ins) {
color: black;
}
button.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
background: black !important;
}
.t4s-product-qs-inner * {
color: black;
}
.t4s-swatch__item.is--selected {
border: 1px solid black !important;
}
div.t4s-product-form__buttons > div.t4s-d-flex.t4s-flex-wrap > button {border: 1px solid black;}
And Save.
Result:
Confusing codes..😵
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Wow, thank you so much for doing all that. That fixed everything i needed, except it didn't change the title color of the quick shop option:
Would it also be okay to check out a couple more things? The search bar at the top, the text inside of it is white and blends into the background.
My images all are too large and cutoff the product in a product gallery. I'd like it to be able to show the whole product in the images.
And I'm unsure why, but the shopping cart widget also is having text color issues. I'm sorry for all of this, but my developer has left me with a messed up website and i have no idea how to fix some of these.
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025