abenz Posted February 24, 2021 Share Posted February 24, 2021 Site URL: https://turquoise-cuboid-8tbt.squarespace.com/bookstore Hi everyone, I am trying to add a text block on the top of a product page but for some reason this is not possible with the template I am using. I can add text on the bottom, but if you have a lot of products no one will scroll down to get additional info. Is there a way to inject the page-description on the top of the product store or is there a way to inject some kind of HTML line that would let me add text on the top of the page. Thank you for the help in advance. Alexander Link to comment
tuanphan Posted March 1, 2021 Share Posted March 1, 2021 Add this code to Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('div#collection-5b8d605f898583fbc6c40eca').insertBefore('body#collection-5b8d605f898583fbc6c40eca section#page'); }); </script> 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