dannyrothschild Posted September 21, 2020 Posted September 21, 2020 Hi all, I recently switched my website from Squarespace 7 to 7.1 I'm using my website as a portfolio, and I really miss how on the old Squarespace (Jasper template) at the bottom of each project there was a navigation with all the projects in that portfolio listed, highlighting the one you were currently on. Is there a way to remove the pagination and replace it with this style footer on Squarespace 7.1? Thanks!
tuanphan Posted September 21, 2020 Posted September 21, 2020 Impossible. You can add Code Block to insert links, but it's manual and not a good idea. 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!)
CapucineMay Posted February 5, 2021 Posted February 5, 2021 Hi, I've the same issue. Do you find a solution ? Thanks a lot for your help !
tuanphan Posted February 7, 2021 Posted February 7, 2021 Edit Page > Add a Code Block > paste this code <div class="pagination"> <a href="#">«</a> <a href="#">»</a> </div> <style> .pagination { display: inline-block; } .pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; } </style> 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!)
Natp Posted March 22, 2021 Posted March 22, 2021 Hii, is there a non-manual solution to this question?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.