How can I change a specific text color to bright white #fff?

I would like to change this specific section to bright white #fff:

@GeorgeRizos Please send me store url…

hi @DelightCart , thanks for replying.

My url is: https://thesnoozy.com/

password: 123

@GeorgeRizos ,

.facets__heading, .facets__summary, .facet-filters__label, select#SortBy, span#ProductCountDesktop {
    color: #fff !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

hi @oscprofessional . Thanks it worked. Just the sections that says ‘2 products’ is not bright white

@GeorgeRizos ,

.light {
    opacity: 1;
}

Use this

thanks that worked!