SarahO Posted March 16, 2022 Posted March 16, 2022 Site URL: https://www.firstblessing.org/2022-events I'm currently using an Events page on the Bedford template and would like the option to add text to the top of the page (above the first event) to remind people to verify they are registering for the correct event but I don't have the option to add any of the usual blocks as none of the usual insertion points are present. I would also like to add a search box so people can search events based on location but again - no insertion points. Is there CSS code that I can use on this page for these options?
tuanphan Posted March 18, 2022 Posted March 18, 2022 On 3/16/2022 at 12:58 PM, SarahO said: Site URL: https://www.firstblessing.org/2022-events I'm currently using an Events page on the Bedford template and would like the option to add text to the top of the page (above the first event) to remind people to verify they are registering for the correct event but I don't have the option to add any of the usual blocks as none of the usual insertion points are present. I would also like to add a search box so people can search events based on location but again - no insertion points. Is there CSS code that I can use on this page for these options? #1. Add to Design > Custom CSS /* 2022 event text */ body#collection-6214ea5eb6c27612bba076d1 div.sqs-events-collection-list:before { content: "enter your text here"; display: block; text-align: center; margin-bottom: 20px; font-size: 20px; } #2. You need to use a plugin to achieve this. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment