foreign-press Posted December 31, 2023 Share Posted December 31, 2023 I want to change the blog navigation buttons on my Squarespace blog. I would like the right arrow to go to the next post, and the left arrow to go to the previous post (which is opposite from the way that Squarespace automatically has it set up). Link to comment
tuanphan Posted January 1 Share Posted January 1 You can add this code to Website Tools (under Not Linked/Hidden) > Custom CSS section#itemPagination { display: flex; flex-direction: row-reverse; justify-content: space-between !important; } section#itemPagination>a:first-child { margin-right: 0 !important; } section#itemPagination>a:nth-child(2) { margin-left: 0 !important; } section#itemPagination>a { display: flex; flex-direction: row-reverse; } section#itemPagination svg { transform: rotate(180deg); } 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!) 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