How can I change the text color in the Product Reviews App?

Hi team,

I am looking for some coding advice for the Product Reviews App.

Taking this page as an example:

https://ry7ecollective.com/collections/bottoms/products/uplift-jogger-pants-grey

…when you click “write a review” and on a text box to write a review, the text colour is white on a white background, what would it take to make this text black?

Many thanks for any assistance!

RY7E Collective

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >style.css and paste this at the bottom of the file:
.spr-content input {
color: #000;
}

.spr-content textarea{
color: #000;
}

hello @ry7ecollective

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.product #new-review-form_6432900481175  input , .product #new-review-form_6432900481175  textarea{
         color: #000000 ;
 }

Thanks for your assistance, appreciated!

Thanks for your assistance with this, appreciated!

Kindly feel free to get back to me if you need any further assistance Thanks!