How To Change Text Colour?

I Want To Change Text Image To Green As Mention in Image

Url: https://goluxuryindia.com/password

Pass: India

@Emiway Please follow the below steps to change the marked text color into green. Let me know whether it is helpful for you.

  1. Go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Go to product page and click “Product page” section like in the below attached screenshot.

  1. Locate “Custom CSS” field and paste the below CSS code like in the below attached screenshot.
.product-form .product-form__text p {
    color: #008000 !important;
}

Then the final output will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Hi @Emiway

Check this one.

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:

.product-form__text p {
    color: green;
}

And Save,

Result:

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