Shopify themes, liquid, logos, and UX
Hi everyone!
We would like to remove the filter New to old within the product search on our website. Can anyone help me with that? We are using Impulse theme. Thank you very much in advance!
Laura
ingridemil.ch
Hey @Fiammetta
Can you share a screenshot of exactly what you want to remove?
Best Regards,
Moeed
Dear Moeed,
I'd like to have the two lines highlighted in yellow removed.
Thank you in advance.
My best,
Laura
Hello @Fiammetta
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
select#SortBy option[value="created-descending"] {
display: none !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @Fiammetta
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> partials ---->forms.css
add this code at the end of the file.
option:nth-child(9) {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Dear Rahul,
Thank you! Unfortunately i don't have a file that is named forms.css under assets. I only have the file names attached under assets:
Hi @Fiammetta
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.collection-filter select option:nth-child(9) {
display: none;
}
And Save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024