RunatitSHOUTING Posted July 7, 2020 Share Posted July 7, 2020 Site URL: https://runatitshouting.co.uk/new-events-page is there a code or option to add a Button Block to the top of an Events Page.?? like the custom page i made below. I want to use it as a events page so i can do tags ect. thank you option to add a Button Block to Link to comment
tuanphan Posted July 7, 2020 Share Posted July 7, 2020 (edited) Add to Home > Settings > Advanced > Code Injection > Header. Replace beaverhero with your url <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('<a href="https://beaverhero.com" class="sqs-block-button-element--medium sqs-block-button-element t-eventsbutton">Support Us</a>').insertBefore('.eventlist.eventlist--past'); }); </script> <style> .t-eventsbutton { border: 1px solid black; padding: 1em; color: black !important; display: block; text-align: center; width: 100px; margin: 0 auto; margin-bottom: 20px; } </style> Edited July 7, 2020 by tuanphan 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
RunatitSHOUTING Posted July 7, 2020 Author Share Posted July 7, 2020 WOW thank you so much. I was wondering if you could help me put a line separate the button from the events. At the moment the button is not quite a visually please as before. How do I make the button larger and also the font as before. Basically I would like to replicate the exact print screen as above on my custom page. I really appreciate your help btw Thank you so much 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