Skip to product information
1 of 1
Published:2024.12.10

Example of how to hide unnecessary tags using "Filter by Tag (Detailed Filtering)" on the collection page of the Shopify theme "Rise/Dawn"

Example of how to hide unnecessary tags using "Filter by Tag (Detailed Filtering)" on the collection page of the Shopify theme "Rise/Dawn"

Applications

  • CollectionsEdit

How to implement

  • HTML/CSS
View full details

When you set tags as filter conditions in Shopify's Search & Discovery, you may want to hide tags that you don't want to display as filters because they are used in smart collection conditions, etc.
This is how to set up the "Rise/Dawn" theme to hide pre-specified tags.

◆Benefits of the setting ・By hiding tags you don't want to display, you can omit information that is unnecessary for users and achieve a cleaner display.

◆Specific setup steps ①Set the tag name you want to exclude in the liquid code ②Edit the desktop filter code in the "snippets/facets.liquid" file ③Edit the mobile filter code in the "snippets/facets.liquid" file


Example of setting to hide unnecessary tags in "Filter by tag (detailed filtering)" on the collection page of the theme "Rise/Dawn"


[(For the Riae/Dawn theme) Setting method ①] Specify the tags you want to exclude in "snippets/facets.liquid"


[(For Riae/Dawn Themes) Setting Method ②] Add code to "snippets/facets.liquid" (Desktop filter)


[(For the Riae/Dawn theme) Setting method 3] Add code to "snippets/facets.liquid" (mobile drawer filter)


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Specify the tags you want to exclude in "snippets/facets.liquid"

Add code to "snippets/facets.liquid" (filter for desktop)

Add code...

Related Post