Why is my product description text color suddenly difficult to read?

So I swear when I went to bed last night, I didn’t have this problem, but this morning I looked at a product in my store and the description text is very difficult to read. I can’t figure out how I changed it, assuming I did, so I’m hoping someone can help out.

Site (NSFW): https://tiedwithkett.com/

Theme: Pipeline

Any guidance would be appreciated.

Hello @jamisphere

Greetings!!

Do you want to change the description text color, right?

@SetuBridge_1 That’s correct! It’s a super dark color. I went through all of the colors in the theme, and nothing is set to that dark gray. I have no idea where it’s getting the color for the text from. I just want it to match the text in the other sections.

Hello @jamisphere

You can follow the instructions below:

  1. Go to Online Store-> Themes-> Edit Code
  2. Content → /theme.css-> paste the below code at the end of the file:
.accordion-content__entry li, .accordion-content__entry span {
    color: rgb(196 177 159) !important;
}

Output : https://prnt.sc/Wp_2gye5Za0m

I hope it will work for you

@SetuBridge_1

No change, I’m afraid. Here is what the bottom of theme.css looks like now:

/*! ============ Add any custom styles below this line ================== */

.accordion-content__entry li, .accordion-content__entry span {
color: rgb(196 177 159) !important;
}

Hello @jamisphere ,

It is working on your store now https://tiedwithkett.com/collections/flagship-collection/products/aluminum-print-2?variant=42058941956255 see in this product

Was your question answered? Mark it as an Accepted Solution

** @jamisphere Let me know if you have any other queries**

Alright. It’s showing up phone on my mobile, but maybe I need to clear my browser cache or something. Thanks for the help!