rhondahymason Posted September 21, 2022 Share Posted September 21, 2022 (edited) Hello, How can I change the default 'Previous' and 'Next' pagination labels to something else like 'Older' and 'Newer'? https://unravelyourphotos.squarespace.com/blog-1/first-blog-post Password UYP2022 Thanks in advance, Rhonda Edited September 21, 2022 by rhondahymason Link to comment
rhondahymason Posted September 21, 2022 Author Share Posted September 21, 2022 Found this by @TCoaN and it worked a treat. .BlogItem-pagination-link--prev .BlogItem-pagination-link-label { visibility: hidden; position: relative; } .BlogItem-pagination-link--prev .BlogItem-pagination-link-label:after { visibility: visible; position: absolute; top: 0; left: 0; content: "The new word that you want to use instead of previous"; } .BlogItem-pagination-link--next .BlogItem-pagination-link-label { visibility: hidden; position: relative; } .BlogItem-pagination-link--next .BlogItem-pagination-link-label:after { visibility: visible; position: relative; top: 0px; left: 0; content: "the new word instead of next"; } mazmac and tuanphan 2 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