How To Change Text Colour?

Solved

How To Change Text Colour?

Emiway
Trailblazer
263 0 50

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

Url: https://goluxuryindia.com/password

Pass: India

IMG_20240417_191526.jpg

Accepted Solutions (2)

Vinsinfo
Shopify Partner
485 165 167

This is an accepted solution.

@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.
Vinsinfo_3-1713366991258.png
4. 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;
}

 

Vinsinfo_1-1713366875316.png

 

Then the final output will be like,
Vinsinfo_2-1713366880557.png

 

 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Made4uo-Ribe
Shopify Partner
9863 2346 2943

This is an accepted solution.

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:

Made4uoRibe_0-1713376473317.png

 

 

 

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.

View solution in original post

Replies 2 (2)

Vinsinfo
Shopify Partner
485 165 167

This is an accepted solution.

@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.
Vinsinfo_3-1713366991258.png
4. 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;
}

 

Vinsinfo_1-1713366875316.png

 

Then the final output will be like,
Vinsinfo_2-1713366880557.png

 

 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

Made4uo-Ribe
Shopify Partner
9863 2346 2943

This is an accepted solution.

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:

Made4uoRibe_0-1713376473317.png

 

 

 

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.