madzie Posted February 23, 2022 Share Posted February 23, 2022 Site URL: https://www.philippinestravelguides.com/events-calendar Hi, I want to add a Custom Text -header tag (H1) on this page https://www.philippinestravelguides.com/events-calendar (Pass- HOPPFCL) not sure how to do that can anyone help on here? Thanks Link to comment
Beyondspace Posted February 23, 2022 Share Posted February 23, 2022 1 hour ago, madzie said: Site URL: https://www.philippinestravelguides.com/events-calendar Hi, I want to add a Custom Text -header tag (H1) on this page https://www.philippinestravelguides.com/events-calendar (Pass- HOPPFCL) not sure how to do that can anyone help on here? Thanks Is it the result you want to achieve? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted February 23, 2022 Share Posted February 23, 2022 You can try the following solutions: - Adding to Home > Design > Custom Css #collection-61f919eda8292f28d10bc519 .sqs-events-collection-list:before { content: 'Hello this is my title'; display: flex; justify-content: center; color: red; font-size: 30px; } - Adding new section above your event section and we can decrease the height of section BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
madzie Posted February 26, 2022 Author Share Posted February 26, 2022 Thank you bangank36 for solving it but I need to add them as H1 tag the code which you shared doesnt shows them within H1 tag, also one last help on events section, all my events title are appearing as H1 tag could you please help me how do i change to H2 tag? Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 18 hours ago, madzie said: or solving it but I need to add them as H1 tag the code which you shared doesnt shows them within H1 tag, also one last help on events section, all my events title are appearing as H1 tag could you please help me how do i change to H2 tag? Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<h1 class="custom-text">Philippines Events & Festivals</h1>').insertBefore('#collection-61f919eda8292f28d10bc519 div.sqs-events-collection-list'); }); </script> <style> h1.custom-text {text-align:center;} </style> 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
madzie Posted February 28, 2022 Author Share Posted February 28, 2022 21 hours ago, tuanphan said: Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<h1 class="custom-text">Philippines Events & Festivals</h1>').insertBefore('#collection-61f919eda8292f28d10bc519 div.sqs-events-collection-list'); }); </script> <style> h1.custom-text {text-align:center;} </style> Thank you so much @tuanphan for this piece of code. Much appreciated. Thanks once again 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