SacredEcology Posted January 23, 2020 Share Posted January 23, 2020 Does anyone know how to add text (ie: "next" and "previous") and page numbers to the pagination of the blog section, using CSS on v7.1? Otherwise the small arrows are barely noticeable. Thanks! Link to comment
TakeThreeStudio Posted February 5, 2020 Share Posted February 5, 2020 I'm having the same issue! Link to comment
MaryPhilip_ Posted February 11, 2020 Share Posted February 11, 2020 If I've understood you correctly, this will do the trick, play around to your spec of sizes etc: a.item-pagination-link.item-pagination-link--prev .pagination-title-wrapper:before { content: "Previous"; font-size: 22px; display:block; } a.item-pagination-link.item-pagination-link--next .pagination-title-wrapper:before { content: "Next"; font-size: 22px; display:block; } Hi 👋 I'm a Squarespace Expert Member, Circle Member & only Squarespace Authorised Trainer in Scotland. Check out my portfolio at Mary Philip. Hit the little 👍 if I've helped. Link to comment
PurposefulArchitect Posted February 11, 2020 Share Posted February 11, 2020 Thanks, Mary! This worked for me in SS 7.1, once I swapped the "Previous" and "Next" text. It puts the link to the "Next" post on the left and the "Previous" post on the right, which looks backwards to me. 9 hours ago, MaryPhilip_ said: If I've understood you correctly, this will do the trick, play around to your spec of sizes etc: a.item-pagination-link.item-pagination-link--prev .pagination-title-wrapper:before { content: "Previous"; font-size: 22px; display:block; } a.item-pagination-link.item-pagination-link--next .pagination-title-wrapper:before { content: "Next"; font-size: 22px; display:block; } Link to comment
MaryPhilip_ Posted February 12, 2020 Share Posted February 12, 2020 Glad it's helped and you managed to tweak it to suit your site 🙂 @PurposefulArchitect Hi 👋 I'm a Squarespace Expert Member, Circle Member & only Squarespace Authorised Trainer in Scotland. Check out my portfolio at Mary Philip. Hit the little 👍 if I've helped. Link to comment
ilseS Posted November 19, 2020 Share Posted November 19, 2020 I have the same question but slightly different issue -the arrows on my site (blog page) are huge, and don't change to correspond to text size ...I cant figure out what's wrong Link to comment
tuanphan Posted November 20, 2020 Share Posted November 20, 2020 7 hours ago, ilseS said: I have the same question but slightly different issue -the arrows on my site (blog page) are huge, and don't change to correspond to text size ...I cant figure out what's wrong Can you share link to blog page? We can help easier 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.