codefordummies Posted October 25, 2020 Posted October 25, 2020 Site URL: https://www.terroir-imports.com/produits Hi guys, I am looking to change the "previous" and "next" text on my product page on my french version website. Does anyone have some custom CSS for this? I would like it to be: previous = précédent next = suivant Thanks guys, 🙂
creedon Posted October 25, 2020 Posted October 25, 2020 Add the following to Store Settings > Advanced > Page Header Code Injection. <style> .ProductItem-nav { line-height: 1.5em; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--next .ProductItem-nav-pagination-link-direction, .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--prev .ProductItem-nav-pagination-link-direction { display: none; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--next:after { content: 'Suivant \0020\203A'; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--prev:before { content: '\2039\0020 Pr\00e9 c\00e9 dent'; } </style> This for v7.0. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
codefordummies Posted October 25, 2020 Author Posted October 25, 2020 11 hours ago, creedon said: Add the following to Store Settings > Advanced > Page Header Code Injection. <style> .ProductItem-nav { line-height: 1.5em; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--next .ProductItem-nav-pagination-link-direction, .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--prev .ProductItem-nav-pagination-link-direction { display: none; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--next:after { content: 'Suivant \0020\203A'; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--prev:before { content: '\2039\0020 Pr\00e9 c\00e9 dent'; } </style> Let us know how it goes. This worked out perfectly! Thank you very much @creedon!
elijah_aaron Posted December 6, 2020 Posted December 6, 2020 How do I add a "Next" and "Previous" button in the first place? I can't figure out if it comes with my site version or not. That would be SO helpful
tuanphan Posted December 8, 2020 Posted December 8, 2020 On 12/6/2020 at 10:59 AM, elijah_aaron said: How do I add a "Next" and "Previous" button in the first place? I can't figure out if it comes with my site version or not. That would be SO helpful Do you still need help on this? 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!)
creedon Posted December 9, 2020 Posted December 9, 2020 @tuanphan I responded to @elijah_aaron's question here. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
FitBar Posted February 24, 2021 Posted February 24, 2021 I am also looking for a "Next" and "Previous" button that would show up on an individual product page so you could go to the next product in catalog (or ideally whats filtered by category), https://www.fitbarstrong.com/ocr-ninja-warrior-equipment. Using Fulton template SS 7.0. It would be a much better user experience than back, reload catalog, and reclick. Any help is appreciated! @tuanphan
formsquarespace Posted November 11, 2021 Posted November 11, 2021 On 10/25/2020 at 10:46 AM, creedon said: Add the following to Store Settings > Advanced > Page Header Code Injection. <style> .ProductItem-nav { line-height: 1.5em; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--next .ProductItem-nav-pagination-link-direction, .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--prev .ProductItem-nav-pagination-link-direction { display: none; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--next:after { content: 'Suivant \0020\203A'; } .tweak-product-item-nav-pagination-style-previousnext .ProductItem-nav-pagination-link--prev:before { content: '\2039\0020 Pr\00e9 c\00e9 dent'; } </style> Let us know how it goes. Hii @creedon This code not working in version 7.1 linke:https://www.billingsauction.com/
formsquarespace Posted November 11, 2021 Posted November 11, 2021 On 12/9/2020 at 3:19 AM, tuanphan said: Do you still need help on this? yes,@tuanphan please help me
creedon Posted November 11, 2021 Posted November 11, 2021 7 minutes ago, formsquarespace said: This code not working in version 7.1 The code is for a v7.0 site. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
formsquarespace Posted November 11, 2021 Posted November 11, 2021 5 minutes ago, creedon said: The code is for a v7.0 site. you help me use for v7.1 site.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.