Theme : Chromium version 4.0
Hi,
In the sorting options on my Collection Page, I’d like to be able to remove the following options :
- “En Vedette”
- “Meilleures Vente”
- “Alphabétique, de A à Z”
- “Alphabétique, de Z à A”
- “Date de la plus ancienne à la plus récente”
I’ve tried CSS code but nothing is working on my end. Could you please help me find the right CSS code or an app that could help me hide those fields from the collection pages?
Thanks very much
@LucieGuilbault_1 add the below code to a CSS file.
.collection-toolbar ul.dropdown-select li:nth-child(-n+4), .collection-toolbar ul.dropdown-select li:nth-child(7) {
display: none !important;
}
Hi @KabirDev ,
Thanks for your reply. I have added the code in the theme.liquid file but all the sorting options still show. Do you need the store password in order to be able to inspect the theme’s code?
Thanks
Thanks
@LucieGuilbault_1 no I don’t need your password. You can invite me as a Collaborator from Settings > Users and Permissions > Collaborators so that I can debug this for you.
Hi @LucieGuilbault_1
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi @KabirDev ,
I’m sorry don’t have any more space to add someone on the account unfortunately. I’m waiting on my client to delete a user.
@PageFly-Richard Thanks for your reply, . Just to be sure, is this where I’m supposed to put the code? (See screenshot)
Thanks in advance
@LucieGuilbault_1 Regards your question
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
The instructons above is where to add the code