How to change the product gallery text color?

How to change the product gallery text color?

Outtheclosets
Tourist
3 0 2

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. 

Screenshot 2024-02-19 at 12.09.55 PM.png

 

 

Screenshot 2024-02-19 at 12.02.42 PM.pngScreenshot 2024-02-19 at 12.02.22 PM.png

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9885 2354 2953

Hi @Outtheclosets 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Outtheclosets
Tourist
3 0 2
Made4uo-Ribe
Shopify Partner
9885 2354 2953

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:

Made4uoRibe_0-1708442939040.pngMade4uoRibe_1-1708442961465.pngMade4uoRibe_2-1708442969368.png

Confusing codes..😵

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Outtheclosets
Tourist
3 0 2

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:

Screenshot 2024-02-20 at 11.39.28 AM.png


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.



Screenshot 2024-02-20 at 11.38.15 AM.png

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.

Screenshot 2024-02-20 at 11.37.58 AM.png

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.


Screenshot 2024-02-20 at 11.37.22 AM.png