lindsey123 Posted June 16, 2020 Share Posted June 16, 2020 Site URL: https://kangaroo-polygon-sn6z.squarespace.com/config Hello, I'm trying to do some customization to my pagination. I'd ideally like it to be transparent instead of the automated white block that gets dropped behind it. Additionally, I'd like the right side of the pagination to be white text instead of black text. Lastly, I'd love for the pagination text to scale down for mobile. If anyone can help with this, I'd appreciate it! Thanks! Link to comment
Beyondspace Posted June 16, 2020 Share Posted June 16, 2020 Hi lindsey123 Please make your site public so we can help 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
RyanDejaegher Posted June 16, 2020 Share Posted June 16, 2020 @lindsey123 is this the effect you're after? Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
RyanDejaegher Posted June 16, 2020 Share Posted June 16, 2020 @lindsey123 You can add this to your custom CSS section.item-pagination.item-pagination--prev-next { background: linear-gradient(to right, white 50%, black 50%); } .item-pagination-link--next h2,.item-pagination-link--next svg { color: white !important; stroke: white !important; } section.item-pagination.item-pagination--prev-next { background: linear-gradient(to right, white 50%, black 50%); } @media(max-width:767px) { section.item-pagination.item-pagination--prev-next h2 { font-size: 16px; } } lindsey123 and EarvinChong 1 1 Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
lindsey123 Posted June 23, 2020 Author Share Posted June 23, 2020 @RyanDejaegher - thank you so much, that worked perfectly! RyanDejaegher 1 Link to comment
curtis594 Posted November 2, 2020 Share Posted November 2, 2020 Does anyone know how to change where the pagination title (breadcrumb) LINKS to? I want it to go to my own custom-designed store page as opposed to the Squarespace default "all item page" Link to comment
tuanphan Posted November 5, 2020 Share Posted November 5, 2020 On 11/3/2020 at 1:46 AM, curtis594 said: Does anyone know how to change where the pagination title (breadcrumb) LINKS to? I want it to go to my own custom-designed store page as opposed to the Squarespace default "all item page" Can you share site url? 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
curtis594 Posted December 31, 2020 Share Posted December 31, 2020 I found the answer to my own question. To change where the "home" breadcrumb links to, insert this code to the Code Injection section. This worked on my 7.0 site on the Feed template: <script> $(function(){ $(".ProductItem-nav-breadcrumb-link:first-child").attr("href", "/store/"); }); </script> replace /store/ with where you want to direct Beyondspace, tuanphan and EarvinChong 3 Link to comment
rrttsy Posted May 8, 2021 Share Posted May 8, 2021 On 6/16/2020 at 11:30 AM, RyanDejaegher said: @lindsey123 is this the effect you're after? is there a way to make it completely transparent? instead of a colour? Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 18 hours ago, rrttsy said: is there a way to make it completely transparent? instead of a colour? Can you share page url? We can check 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
Lillayla Posted January 12, 2022 Share Posted January 12, 2022 (edited) Is there a way to just make the pagination background transparent?? Keep the black links but just remove the white background as shown. link to site in progress: https://cyan-oriole-hy6e.squarespace.com/health-investing-pulse/blog-post-title-three-b62sh Edited January 12, 2022 by Lillayla Link to comment
Lillayla Posted January 12, 2022 Share Posted January 12, 2022 On 12/31/2020 at 6:29 PM, curtis594 said: I found the answer to my own question. To change where the "home" breadcrumb links to, insert this code to the Code Injection section. This worked on my 7.0 site on the Feed template: <script> $(function(){ $(".ProductItem-nav-breadcrumb-link:first-child").attr("href", "/store/"); }); </script> replace /store/ with where you want to direct On 6/16/2020 at 8:33 PM, RyanDejaegher said: @lindsey123 You can add this to your custom CSS section.item-pagination.item-pagination--prev-next { background: linear-gradient(to right, white 50%, black 50%); } .item-pagination-link--next h2,.item-pagination-link--next svg { color: white !important; stroke: white !important; } section.item-pagination.item-pagination--prev-next { background: linear-gradient(to right, white 50%, black 50%); } @media(max-width:767px) { section.item-pagination.item-pagination--prev-next h2 { font-size: 16px; } } @RyanDejaegher Is there a way to just make the pagination background transparent?? Keep the black text links but just remove the white background as shown. link to site in progress: https://cyan-oriole-hy6e.squarespace.com/health-investing-pulse/blog-post-title-three-b62sh Link to comment
tuanphan Posted January 13, 2022 Share Posted January 13, 2022 9 hours ago, Lillayla said: @RyanDejaegher Is there a way to just make the pagination background transparent?? Keep the black text links but just remove the white background as shown. link to site in progress: https://cyan-oriole-hy6e.squarespace.com/health-investing-pulse/blog-post-title-three-b62sh Add to Design > Custom CSS section.item-pagination.item-pagination--prev-next.white { background-color: transparent; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment