We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

The description of the products in my collection file arent showing in a dark enough color

The description of the products in my collection file arent showing in a dark enough color

AcesPetSuplies
Visitor
1 0 1

Hello, I am using the featured collection section and no matter what I do it shows the product title, description and price either in a very light grey text so you cant see it on the background or doesn't show up at all. I tried playing with the theme colors but nothing worked. Website is www.acespetsupplies.com

 

AcesPetSuplies_0-1734526426818.png

 

Replies 3 (3)

Tech_Coding
Shopify Partner
520 133 131

Hello @AcesPetSuplies 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .collection .full-unstyled-link, .collection .price {
       color: #000 !important;
   }
</style>

RESULT:

Tech_Coding_0-1734527292729.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

DaisyVo
Shopify Partner
4469 501 598

HI @AcesPetSuplies 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.card__information * {
    color: black !important;
}

 

Here is the result: https://prnt.sc/eXaEYDXELh5U
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

pawankumar
Shopify Partner
762 111 129

Hi @AcesPetSuplies 
Please try to put this code in theme.liquid before body closing tag </body> and check

<style>
.card__information * {
    color: #000 !important;
}
</style>

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan