Atom Posted January 17, 2021 Share Posted January 17, 2021 (edited) Site URL: http://adamleak.com Hello, I'd like a plain Cover page with a piece of my artwork in the middle of the page where the image can literally be clicked to lead the user through to the rest of the site. I don't want any text on the cover page, simply my image. I don't seem to be able to edit the design of the image as a cover page to include a URL and if I add an image block it seems to make the image HUGE and also ends up wanting me to make a title of it which appears with the rest of the options on the main site and I don't want that either... Wondering if anyone can help... I'm not very good at tech stuff so any help would be immensely appreciated... Also whilst that is being sorted is it possible to add All Works © under the image but at the bottom of the page ? Kind regards, Adam. Edited January 19, 2021 by Atom Link to comment
tuanphan Posted January 20, 2021 Share Posted January 20, 2021 Hi. Can you share link to cover page? We can help easier. This is possible with some custom code 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
Atom Posted January 20, 2021 Author Share Posted January 20, 2021 Hi this is how I see it when i'm logged in : https://adam-leak.squarespace.com/config/pages/6004bfe634ad2a7949db15cahttps://adam-leak.squarespace.com/config/pages/6004bfe634ad2a7949db15ca do you need access to my site ? otherwise it's : https://www.adamleak.com/cover Is it possible to remove the COVER tab in the top right of the main site ? Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 To make image clickable, add this to Cover Page Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $(".sqs-slice").click(function() { var link = $(this).text(), href = "https://google.com"; window.location.href=href; }); }); </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
Atom Posted January 23, 2021 Author Share Posted January 23, 2021 thank you so much ! :) indebted to you. 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