What's your biggest current challenge? Have your say in Community Polls along the right column.

Editing Collection Settings for a Services Company

Solved

Editing Collection Settings for a Services Company

TimDono1
Explorer
59 1 7

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:

 

Group 34.jpg

 

My website: www.shayrdair.com

 

Thank you in advance for considering it! 😀

 

-Tim

Accepted Solution (1)

Raj-WebDesigne
Shopify Partner
60 16 14

This is an accepted solution.

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;
}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:- Contribution

Contect On My Mail :-Mail@gmail.com


View solution in original post

Replies 2 (2)

Raj-WebDesigne
Shopify Partner
60 16 14

This is an accepted solution.

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;
}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:- Contribution

Contect On My Mail :-Mail@gmail.com


TimDono1
Explorer
59 1 7

Thank you! Greatly appreciate your help!! 😊