JoHo23 Posted October 2, 2020 Share Posted October 2, 2020 Site URL: https://www.isabelhagen.com/episode-list/6b Hello, Looking to change the "Previous/Next" navigation to "Newer/Older", in that order. Using York theme. No CSS I am finding works 😞 Most CSS has not made any effect. However, trying this Quote .BlogItem-pagination-link--prev{display: none;}.BlogItem-pagination-link--next{display: none;} eliminated the links altogether, but couldn't figure out the right tweak to just change the text. Having the title of the blog post (in this case podcast title) is still desired. Thank you!!!! Link to comment
derricksrandomviews Posted October 2, 2020 Share Posted October 2, 2020 Here is an older thread addressing the same thing: Â Link to comment
JoHo23 Posted October 2, 2020 Author Share Posted October 2, 2020 Hey, thanks for posting that. Unfortunately I had already tried it and it didn't work for me 😞 Link to comment
tuanphan Posted October 3, 2020 Share Posted October 3, 2020 What is access password? Also do you use Personal or Business Plan? 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
nonconfinia Posted February 2, 2021 Share Posted February 2, 2021 Anyone up for changing the blog pagination for template Forte? :-) URL: https://biosis.dk/feed Instead of "Older" I would like it to say "Continue". Here's what I have under Code Injections > Header: <!-- Blog Pagination --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { var text = $('.pagination').html(); text = text.replace('Prev', 'Continue'); text = text.replace('Continue', 'Newer'); $('.pagination').html(text); }); </script> Thanks :-) Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 On 2/2/2021 at 6:41 PM, nonconfinia said: Anyone up for changing the blog pagination for template Forte? :-) URL: https://biosis.dk/feed Instead of "Older" I would like it to say "Continue". Here's what I have under Code Injections > Header: <!-- Blog Pagination --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { var text = $('.pagination').html(); text = text.replace('Prev', 'Continue'); text = text.replace('Continue', 'Newer'); $('.pagination').html(text); }); </script> Thanks :-) I think You can replace Prev with Older? 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
Archived
This topic is now archived and is closed to further replies.