RunatitSHOUTING Posted January 19, 2021 Share Posted January 19, 2021 Site URL: https://runatitshouting.co.uk/podcasts I have a "SUPPORT US" button above my events page www.runatitshouting.co.uk/podcasts Now I am changing my podcasts page to a blog format and would like to do the same thing on my blog page https://runatitshouting.co.uk/podcasts-blog (Put a SUPPORT US button at the top of this page) Are you able to help me? Thank you so much! This was the CODE for the events page. Now I need is slightly personalised for the BLOG page. Thank you! <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 }.eventlist.eventlist--past { border-top: 1px solid black; padding-top: 20px } </style> <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-family: monospace !important; } .eventlist.eventlist--past { padding-top: 50px; margin-top: 50px; } </style> Link to comment
tuanphan Posted January 20, 2021 Share Posted January 20, 2021 Add to Blog Page Header <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('div.blog-list'); }); </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> <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-family: monospace !important; } </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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment