Remove Filter-By on collection pages - Venture Theme

Solved
Revoo
Excursionist
16 0 4

Hi, I'm trying to remove the Filter-By option and leave the Sort-By on collection pages. If someone can help me I'll be very grateful. I'm using Venture Theme.

 Capture1.JPG

Accepted Solution (1)

Accepted Solutions
diego_ezfy
Shopify Partner
2844 543 781

This is an accepted solution.

@Revoo  Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:

 

.template-collection [data-section-id="collection-filters"] > *:nth-child(1){
    display: none;
}

 


Please let me know whether it works.

Kind regards,
Diego

View solution in original post

Replies 9 (9)
dmwwebartisan
Shopify Partner
11324 2417 3481

@Revoo 

Please share your website URL and let me know which theme you're using?

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Revoo
Excursionist
16 0 4

Hi, @dmwwebartisan I'm a new member on Shopify my account is still on Trial mode so anyone that tries to access my URL says Coming Soon. What I have to do? And I'm using the Free Venture Theme

Revoo
Excursionist
16 0 4

Hi again @dmwwebartisan,

Saw other posts when people have issues and seem that using the URL pass can work for support.

 

diego_ezfy
Shopify Partner
2844 543 781

This is an accepted solution.

@Revoo  Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:

 

.template-collection [data-section-id="collection-filters"] > *:nth-child(1){
    display: none;
}

 


Please let me know whether it works.

Kind regards,
Diego

Revoo
Excursionist
16 0 4

@diego_ezfy It worked perfectly! Thank you so much for the given support!

diego_ezfy
Shopify Partner
2844 543 781
JB_12
New Member
2 0 0

@diego_ezfy

Hi! I tried your tip but it did not work. Is it because I only have Asset > theme.scss. (and not .liquid)?

Do you have any other suggestions on removing the Filter By

Thanks!

~ Jenn

 

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:

diego_ezfy
Shopify Partner
2844 543 781

@JB_12 

It can be theme.scss, theme.scss.liquid or theme.css as well. In some themes it may have different names, such as styles.scss, styles.scss.liquid or styles.css

Just make sure it is not theme.liquid. Theme.liquid is a different file.

curatedcubs
New Member
2 0 0

@diego_ezfy sorry to hijack this post, but I have a similar question. We are using the Venture theme and trying to remove one of the filters from our list of filters on the side. We still want to be able to filter by some criteria, but want to remove the filter titled: 'Collection' and keep the rest. I have tried a few things in HTML but they aren't working. Any tips?