alicroft 45 Posted November 11 Is there any way to hide the intro banner section on the "FILTERED BY..." results page? Page example: https://theveil.squarespace.com/events?tag=Scott's Addition Goal: Hide the "Upcoming Events / Filter by location: ...." section at the top of the page, so the first thing you see is the "Filtering by: Scott's Addition" header. Template: Royce Share this post Link to post
0 tuanphan 6,112 Posted November 11 Try adding to Home > Design > Custom CSS .collection-type-events.view-list section.Intro { display: none; } .collection-type-events.view-list .sqs-events-collection-list { margin-top: 50px; } 1 alicroft reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID Share this post Link to post
0 alicroft 45 Posted November 12 @tuanphan Thanks so much! This worked, however it removed the intro banner on the main events list page (/events) as well. Do you know if there's any way to target the code to only apply to a "filtered by" results page (/events?tag=xyz) Share this post Link to post
0 tuanphan 6,112 Posted November 12 3 hours ago, alicroft said: @tuanphan Thanks so much! This worked, however it removed the intro banner on the main events list page (/events) as well. Do you know if there's any way to target the code to only apply to a "filtered by" results page (/events?tag=xyz) you can replace .collection-type-events.view-list with page id. See how to find Page ID. Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID Share this post Link to post
0 alicroft 45 Posted November 14 @tuanphan Thank you for the suggestion! Sadly the page IDs are identical for the main events list page and the filtered-by page... Share this post Link to post
0 tuanphan 6,112 Posted November 15 7 hours ago, alicroft said: @tuanphan Thank you for the suggestion! Sadly the page IDs are identical for the main events list page and the filtered-by page... div#5d2f95004e98350001749b18_intro Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID Share this post Link to post
Is there any way to hide the intro banner section on the "FILTERED BY..." results page?
Page example:
https://theveil.squarespace.com/events?tag=Scott's Addition
Goal:
Hide the "Upcoming Events / Filter by location: ...." section at the top of the page, so the first thing you see is the "Filtering by: Scott's Addition" header.
Template:
Royce
Share this post
Link to post