OysterFactoryStudio Posted October 21, 2023 Share Posted October 21, 2023 I'm helping a client add an events page to their 7.0 website. The template is Eamon Pasternak. I created a blank page and added a summary block for the calendar listings. The trouble that I am having is that when I add a "featured image" it uses the image as a thumbnail image within the summary block which is what I want to happen...but, once the event is clicked it pulls that same image as a giant banner image which I do not like. I do not want a banner image to appear on the event pages. I've tried adding this to the CSS... .collection-type-events.view-item .banner-thumbnail-wrapper { visibility: hidden; } As well as this... .view-item .banner-thumbnail-wrapper { display: none; } But, neither of those do anything. Any suggestions will be appreciated! Link to comment
Vigasan Posted October 21, 2023 Share Posted October 21, 2023 Do you have a link to the event page? If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, Squarespace Expert, and Circle Member and I've been helping my clients as well as those here in the forum and in various Squarespace groups with custom coding and support for Squarespace websites. I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials | Buy Me a Coffee Link to comment
OysterFactoryStudio Posted October 21, 2023 Author Share Posted October 21, 2023 Apologies! I thought I included it... https://www.mindyfriddle.com/events-page Link to comment
Solution Web_Solutions Posted October 22, 2023 Solution Share Posted October 22, 2023 5 hours ago, OysterFactoryStudio said: Apologies! I thought I included it... https://www.mindyfriddle.com/events-page Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .collection-652d4add4377eb5c1aef5dfd { #banner-wrapper .banner-image { visibility: hidden !important; } #banner-wrapper .title-desc-inner * { color: #333 !important } } tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
OysterFactoryStudio Posted November 11, 2023 Author Share Posted November 11, 2023 Thank you! That worked! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment