Knnected Posted December 1, 2021 Share Posted December 1, 2021 Site URL: https://actonnotebook.com/featured-businesses-acton-w3 Hi I have added some custom text to change the pagination text from older newer. I have managed to add 'back' on the second page but the text isn't showing on the first page of the blog. I want it to read 'more' and 'back' the code I have installed is /* Newer posts */ nav.blog-list-pagination .prev-label { visibility: hidden; } nav.blog-list-pagination .prev-label:before { visibility: visible; content: "back"; } /* more */ nav.blog-list-pagination .next-label { visibility: hidden; } nav.blog-list-pagination .next-label:after { visibility: visible; content: "back"; Link to comment
Beyondspace Posted December 1, 2021 Share Posted December 1, 2021 (edited) 5 hours ago, Knnected said: Site URL: https://actonnotebook.com/featured-businesses-acton-w3 Hi I have added some custom text to change the pagination text from older newer. I have managed to add 'back' on the second page but the text isn't showing on the first page of the blog. I want it to read 'more' and 'back' the code I have installed is /* Newer posts */ nav.blog-list-pagination .prev-label { visibility: hidden; } nav.blog-list-pagination .prev-label:before { visibility: visible; content: "back"; } /* more */ nav.blog-list-pagination .next-label { visibility: hidden; } nav.blog-list-pagination .next-label:after { visibility: visible; content: "back"; It is the result you want to achieve? You can try adding to Home > Design > Custom Css nav.blog-list-pagination .next-label { visibility: visible; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Edited December 1, 2021 by bangank36 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Knnected Posted December 7, 2021 Author Share Posted December 7, 2021 thank you for your response. I would like to change 'older posts' to "MORE" and 'newer posts' to "BACK" but with the above code the BACK is showing but I can't get the words MORE to show Beyondspace 1 Link to comment
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 On 12/7/2021 at 8:01 PM, Knnected said: thank you for your response. I would like to change 'older posts' to "MORE" and 'newer posts' to "BACK" but with the above code the BACK is showing but I can't get the words MORE to show Do you still need help? 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
Beyondspace Posted December 11, 2021 Share Posted December 11, 2021 On 12/7/2021 at 8:01 PM, Knnected said: thank you for your response. I would like to change 'older posts' to "MORE" and 'newer posts' to "BACK" but with the above code the BACK is showing but I can't get the words MORE to show Try adding to Home > Design > Custom Css section[data-section-id="619f5b1c2b1c155d950e2769"] .blog-list-pagination .next-label:after { content: '' !important; transform: scale(0) !important; width: 80%; position: absolute; left: 0; } section[data-section-id="619f5b1c2b1c155d950e2769"] .blog-list-pagination .next-label:before { content: 'More'; color: currentcolor; display: inline-block; visibility: visible; position: absolute; right: 0; } section[data-section-id="619f5b1c2b1c155d950e2769"] .blog-list-pagination a:hover .next-label:after { transform: scale(1) !important; } section[data-section-id="619f5b1c2b1c155d950e2769"] .blog-list-pagination .newer a:hover .prev-label:after { transform: scale(1) !important; visibility: visible; } Let me know how it works on your site Support me by pressing 👍 if this useful for you tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank 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