I need a code that would change the color of font

Hello,

can someone generate a code that I can use that would help me turn these words pink. The words are white which is the same color as the background. The pictures attached show where the words are supposed to be.

Hi @RiichBodii

Would you mind to share your store URL website? with password if its unpublish. Thanks!

Hello,

Here’s my website: https://riichbodii.co/

Hi @RiichBodii ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Thank you, it worked for just the product description. Is there another code for the rest of the product page?

Thanks for the info, Try 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:
nav.nav-bar * {
    color: black;
}
.product-shop #customers_view, #collapse-tab1 {
    color: #ff93ce !important;
}

I don’t see any of those codes in the asset folder.

It worked, thank you!