alicroft Posted November 11, 2019 Share Posted November 11, 2019 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 Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
alicroft Posted November 12, 2019 Author Share Posted November 12, 2019 @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) Link to comment
tuanphan Posted November 12, 2019 Share Posted November 12, 2019 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. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
alicroft Posted November 14, 2019 Author Share Posted November 14, 2019 @tuanphan Thank you for the suggestion! Sadly the page IDs are identical for the main events list page and the filtered-by page... Link to comment
tuanphan Posted November 15, 2019 Share Posted November 15, 2019 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 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.