Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Adding white text instead of dark grey

How can I change product description text color to white on my new app?

Newborn33
New Member
5 0 0

F3A3D65A-07A5-49B4-B1DE-3A14A89ACD6B.jpeg

Hi, I’m having trouble with getting my letters for describing my products by changing the colors white instead of dark grey. I’m new at the Shopify app and had to somewhat figured it out by moving the description around and it worked on some of the products, but most of them not good. If anyone can help me out with this situation I appreciate it. Thank you 🙏🏽 

Replies 9 (9)

Moeed
Shopify Partner
6333 1717 2072

Hey @Newborn33 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Newborn33
New Member
5 0 0

How do I share store url and password? 

Moeed
Shopify Partner
6333 1717 2072

Hey @Newborn33 

To share your Shopify store URL and password with someone, follow these steps:

  1. Log in to your Shopify admin panel.
  2. In the sidebar, click on "Online Store" and then select "Preferences".
  3. Scroll down to the "Password protection" section.
  4. Enable the "Enable password" option if it's not already enabled.
  5. Enter a password of your choice in the "Password" field. Make sure to choose a strong password.
  6. Click on the "Save" button to save your changes.

Once you have set up a password for your store, you can share the URL and the password with the person you want to grant access to. The URL will be in the following format: https://yourstorename.myshopify.com/, where "yourstorename" is the unique name of your Shopify store.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Newborn33
New Member
5 0 0

Ok I did that is there a way that I can send that to you privately? 

Moeed
Shopify Partner
6333 1717 2072

Hey @Newborn33 
Of course! Feel free to send me the URL and the Password in private messages

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Newborn33
New Member
5 0 0

Also, are you a Shopify partner that helps new members out on Shopify and the Shopify app? Sorry I have to ask 

Moeed
Shopify Partner
6333 1717 2072

Yes, I'm a Shopify Partner and an experienced Shopify developer as well. If you need any help then feel free to let me know! I'll be more than happy to assist you! 🙂

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Moeed
Shopify Partner
6333 1717 2072

Hey @Newborn33 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

<style>
.rte ul, .rte ol {
    color: white !important;
}
</style>

Moeed_0-1688966504732.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Newborn33
New Member
5 0 0

Hey I’m honestly confused I went to my online store and I couldn’t find the find the theme.liquid file or edit code to enter it