cinnamoncat Posted October 14, 2021 Share Posted October 14, 2021 (edited) Hi all, I just noticed that there is a white "Scroll" link in text added to the bottom of my cover page. The "Scroll" link appears & disappears as you scroll, and clicking it sends me to the bottom of my page. My cover page was created from a blank page. Below is the custom CSS I have injected to my site and a screenshot of what it looks like when I hover over a button at the bottom of my page. Can anyone please advise? TIA! Design > Custom CSS .markdown-block p { margin-left:1.5em; } .markdown-block .ui-closed:before { font-family:monospace; content:"+ "; } .markdown-block .ui-open:before { font-family:monospace; content:"- "; } form .select optgroup { display : none; } .Footer-middle { display: none; } div#footerBlocksTop { display: none !important; } .Footer-top { display: none !important; } Settings >Advanced > Code Injection (Header) <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><script> $(document).ready(function(){ $('.markdown-block .sqs-block-content h3').addClass('ui-closed').css('cursor','pointer'); $(".markdown-block .sqs-block-content h3").nextUntil("h3").slideToggle(); $(".markdown-block .sqs-block-content h3").click(function() { $(this).nextUntil("h3").slideToggle(); $(this).toggleClass('ui-closed ui-open'); }); }); </script> Edited October 14, 2021 by cinnamoncat Link to comment
creedon Posted October 15, 2021 Share Posted October 15, 2021 Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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