adamdaviskyh Posted November 17, 2022 Share Posted November 17, 2022 (edited) I am using a blog on my site to create a custom course and do not want "Older Posts" and "Newer Posts" to show up at the bottom of the page. I would like to either have only the arrows or change the wording to simply "Next" and "Previous." I know this is possible as I have seen others have success in other forums, but none of the code has worked for me. Any help with this would be greatly appreciated! https://www.alive.productions/otsessions Edited November 17, 2022 by adamdaviskyh Link to comment
Solution Beyondspace Posted November 18, 2022 Solution Share Posted November 18, 2022 9 hours ago, adamdaviskyh said: I am using a blog on my site to create a custom course and do not want "Older Posts" and "Newer Posts" to show up at the bottom of the page. I would like to either have only the arrows or change the wording to simply "Next" and "Previous." I know this is possible as I have seen others have success in other forums, but none of the code has worked for me. Any help with this would be greatly appreciated! https://www.alive.productions/otsessions Try adding to Home > Design > Custom Css .blog-list-pagination .newer a:after { content:'Next'; } .blog-list-pagination .older a:before { content:'Previous'; } .blog-list-pagination a span { display: none; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 18, 2022 Share Posted November 18, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
adamdaviskyh Posted November 18, 2022 Author Share Posted November 18, 2022 (edited) 7 hours ago, Beyondspace said: Try adding to Home > Design > Custom Css .blog-list-pagination .newer a:after { content:'Next'; } .blog-list-pagination .older a:before { content:'Previous'; } .blog-list-pagination a span { display: none; } Support me by pressing 👍 or marking as solution if this useful for you That did not seem to work for me for whatever reason...I copied and pasted it exactly as it appears above and the label remain the same. What could I be missing? @Beyondspace Edited November 18, 2022 by adamdaviskyh Link to comment
Beyondspace Posted November 18, 2022 Share Posted November 18, 2022 Can you take screenshots where you put my code? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
adamdaviskyh Posted November 18, 2022 Author Share Posted November 18, 2022 (edited) 8 minutes ago, Beyondspace said: Can you take screenshots where you put my code? @Beyondspace Here you can see the code pasted into Custom CSS and the wording remaining the same on the preview of the page after hitting save and refreshing. Edited November 18, 2022 by adamdaviskyh Link to comment
Beyondspace Posted November 18, 2022 Share Posted November 18, 2022 9 minutes ago, adamdaviskyh said: @Beyondspace Here you can see the code pasted into Custom CSS and the wording remaining the same on the preview of the page after hitting save and refreshing. It looks like you have another code above mine, right? Can you show them? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
adamdaviskyh Posted November 18, 2022 Author Share Posted November 18, 2022 1 minute ago, Beyondspace said: It looks like you have another code above mine, right? Can you show them? @Beyondspace Yes, I do. This is some custom code that allows me to have different logos appear on different pages of my site: Link to comment
Beyondspace Posted November 18, 2022 Share Posted November 18, 2022 Just now, adamdaviskyh said: @Beyondspace Yes, I do. This is some custom code that allows me to have different logos appear on different pages of my site: They are just links for images you upload on your site. Can you try deleting them and check my code again? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
adamdaviskyh Posted November 18, 2022 Author Share Posted November 18, 2022 4 minutes ago, Beyondspace said: They are just links for images you upload on your site. Can you try deleting them and check my code again? That worked! Thank you so much! I thought I had to leave those other bits of code there for some reason...I suppose that won't make any difference? Beyondspace 1 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