Shopify themes, liquid, logos, and UX
Hi!
I've been perusing the forums to find a solution and have found a few but none of them worked for me.
I'm hoping to hide the "filter" option at the top right of my Shop and Classes tab.
I'm using the dawn theme.
Here is the url https://71905c-aa.myshopify.com/ PW testingtesting
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @sarat86,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
.facets-container {
display: none !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @sarat86,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
.facets-container {
display: none !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Amazing thank you so much this worked perfectly!
Hi @sarat86, We're happy to support you. Can you give us a like? This can greatly motivate us to contribute to our community. 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hi @BSSCommerce-HDL - I have a similar but more unique question, if you don't mind...
Is it possible to hide only the Smart Collections filters, and keep the Browse All Collection filters showing?
So for example on this Store I'm building (Password is "artgisback"), I'd like to HIDE only the Smart Collection filter: https://artgazette-dev.myshopify.com/collections/artists-cameron-platter, as per this example done in dev tools:
And the Artworks Browse All collection here should remain the same: https://artgazette-dev.myshopify.com/collections/all.
Thanks in advance.
Kim
Hi @artgazette,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
{% assign full_url = request.host | append: request.path %}
{% if full_url contains 'artists-cameron-platter' %}
<style>
.facets-container {
display: none !important;
}
</style>
{% endif %}
Hope this can help you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hi @BSSCommerce-HDL ,
Appreciate the reply. Although I gave x1 Vendor example for "artists-cameron-platter", in reality when we go live, we will have possibly 800 Vendors and Smart Collections for each Vendor... so that code could become quite large to maintain and could become non-performant? Do you see any issues, or do you think it would be fine?
Cheers
Hi @BSSCommerce-HDL - actually thinking about this, could we not just add an IF / ELSE clause that says:
IF url is the BROWSE ALL Collection (https://artgazette-dev.myshopify.com/collections/all), then show current Shopify code logic to show the Filters;
ELSE, hide the the FIlter using your code logic above?
Would you be able to help me write out that IF/ELSE logic?
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025