Dawn 15.2 | Text color on filter grid

Solved

Dawn 15.2 | Text color on filter grid

Ell_Soll
Pathfinder
130 0 32

Hi,

 

I've found how to change the color of this text but for some reason the opacity is not 100%.

Can you help me fix that?

 

Screenshot 2025-02-13 122639.jpg

Ell Soll Fashion
ellsoll.com
Accepted Solution (1)

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @Ell_Soll 

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.light {
    opacity: 1 !important;
}

 

Resutl: 

LizHoang_0-1739453268369.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 4 (4)

B2Bridge
Excursionist
320 65 81

Hi @Ell_Soll, to do that, please follow our instructions:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find base.css file

Step 3: Paste this code at the bottom of the file:

.product-count.light { opacity: 1 !important; }

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

Ell_Soll
Pathfinder
130 0 32

None of these codes working.

Any other solution?

Ell Soll Fashion
ellsoll.com

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @Ell_Soll 

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.light {
    opacity: 1 !important;
}

 

Resutl: 

LizHoang_0-1739453268369.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Ell_Soll
Pathfinder
130 0 32

I have put it in the end of component-facets.css

 

Works perfect now!

Thank you.

Ell Soll Fashion
ellsoll.com