Hello!
I really could use some help editing my collection page settings as I’m a service business that runs programs instead of selling hard goods.
Please reference the snapshots below to see the adjustments I’m seeking to make:
My website: www.shayrdair.com
Thank you in advance for considering it! 
-Tim
Add This Css in your Edit code > main.css File
.drawer__content li:last-child label.filter__label.flex.items-start.w-full.m-0 span.flex-auto:before {
content: "Sold Out";
font-size: 16px;
}
.drawer__content li:first-child label.filter__label.flex.items-start.w-full.m-0 span.flex-auto:before {
content: "Enrollment Open";
font-size: 16px;
}
.drawer__content li label.filter__label.flex.items-start.w-full.m-0 span.flex-auto{
font-size: 0px;
}
1 Like
Thank you! Greatly appreciate your help!! 