SarahO Posted May 30, 2022 Share Posted May 30, 2022 Site URL: https://www.firstblessing.org/2022-events My client is currently using an events page on a Squarespace 7.0 site. It is the Bedford template so it doesn't allow me to add any other blocks because it doesn't have any of the usual insertion points. They would like to utilize the Advanced Map Block plugin to show a map of the different locations for their events on the events page. Is this something that can be accomplished with CSS code or Javascript? EarvinChong 1 Link to comment
tuanphan Posted June 1, 2022 Share Posted June 1, 2022 I think you can add a standard page, use summary block to pull events from event page, then you can add Advanced Map Block! EarvinChong and SarahO 1 1 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
SarahO Posted June 3, 2022 Author Share Posted June 3, 2022 Thanks @tuanphan! It would be preferable for the map block to be on the same page as the events because we wanted a quick "at-a-glance" type thing for people to see events in their area. Plus, that's also where people are registering for each event. I was hoping there was some way to code it into the existing event page. I will try it with a new page and see what my client thinks. Would you be able to help me with code to adjust font color/size of the event title/date/time in the summary block? https://www.firstblessing.org/new-page-1 EarvinChong 1 Link to comment
tuanphan Posted June 10, 2022 Share Posted June 10, 2022 On 6/4/2022 at 4:05 AM, SarahO said: Thanks @tuanphan! It would be preferable for the map block to be on the same page as the events because we wanted a quick "at-a-glance" type thing for people to see events in their area. Plus, that's also where people are registering for each event. I was hoping there was some way to code it into the existing event page. I will try it with a new page and see what my client thinks. Would you be able to help me with code to adjust font color/size of the event title/date/time in the summary block? https://www.firstblessing.org/new-page-1 Add to Page Header <style> /* title */ a.summary-title-link { font-size: 30px; color: Red !important; } /* Date */ time.summary-metadata-item.summary-metadata-item--date { color: green !important; font-size: 30px !important; } /* time */ span.event-time-12hr { font-size: 40px; color: violet; } </style> SarahO 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment