RunatitSHOUTING Posted July 7, 2020 Share Posted July 7, 2020 Site URL: https://runatitshouting.co.uk/new-events-page can i have the coding to add a Line Block underneath the Button Block but above the Events Page.?? thank you so much! Link to comment
RunatitSHOUTING Posted July 7, 2020 Author Share Posted July 7, 2020 This is what i have so far but that isnt with the line block thank you people ! <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('<a href="https://runatitshouting.co.uk/donate" class="sqs-block-button-element--medium sqs-block-button-element t-eventsbutton">SUPPORT US</a>').insertBefore('.eventlist.eventlist--past'); }); </script> <style> .t-eventsbutton { border: 2px solid black; padding: 1em; color: black !important; display: block; text-align: center; width: 150px; margin: 0 auto; margin-bottom: 20px; font-size: 20px } </style> Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 Add to Home > Design > Custom CSS .eventlist.eventlist--past { border-top: 1px solid black; padding-top: 20px; } 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