RunatitSHOUTING Posted July 7, 2020 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!
RunatitSHOUTING Posted July 7, 2020 Author 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>
tuanphan Posted July 8, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.