KyraH Posted January 17 Posted January 17 Hi, I am trying to change the text of "old post" and "new post" on the blog post page. I have found code on how to hide the text and just have the arrows. But I want to keep the text and just change what it says. Thank you!
tuanphan Posted January 20 Posted January 20 What is blog 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
KyraH Posted February 1 Author Posted February 1 https://www.tutoringprof.com/testimonials Right now I have added the code to hide all text and just keep the arrow but if you can help me change what the text says instead that would be great
tuanphan Posted February 5 Posted February 5 On 2/2/2024 at 1:23 AM, KyraH said: https://www.tutoringprof.com/testimonials Right now I have added the code to hide all text and just keep the arrow but if you can help me change what the text says instead that would be great Remove your code & use this code to Custom CSS box span.next-label { font-size: 0; } span.next-label:before { content: "previous"; font-size: 16px; } span.prev-label { font-size: 0; } span.prev-label:before { content: "next"; font-size: 16px; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment