Guest Posted May 3, 2020 Share Posted May 3, 2020 (edited) Hello, I would like to change the text of the navigation tags in my blog. The template is Clay, of the Brine family. The page is in spanish in case that’s relevant. The current tags are the following and I would like to reverse them. I have tried some solutions found online but without success. Thank you very much! Edited May 3, 2020 by TCoaN Link to comment
Guest Posted May 3, 2020 Share Posted May 3, 2020 I finally managed to solve it. I put here the code I used in case it can be of some use to somebody. .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"; } Hope it can be of some use to somebody! Link to comment
alice.wonder Posted June 2, 2020 Share Posted June 2, 2020 Thank you big time! I've been looking into doing this with some jquiry, your approach saved me some time!! Do you by any chance have an idea of how to actually switch the direction of the posts? So basically 'NEXT' would be on the other side, meaning not only changing the text but the blog posts order as well. So when clicking on the right side you'd be going to a newer (by date) post and when clicking on the left side going to an older post. Maany thanks Link to comment
rhondahymason Posted September 21, 2022 Share Posted September 21, 2022 Legend! Thanks for sharing! Link to comment
RickyRicardo Posted April 29 Share Posted April 29 I would like to remove the title from the pagination if possible Link to comment
tuanphan Posted May 1 Share Posted May 1 On 4/29/2024 at 11:10 AM, RickyRicardo said: I would like to remove the title from the pagination if possible You can share link to a blog on Brine template, we can help easier 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