tuanphan Posted July 8 Share Posted July 8 If you want to change “Read More” on Blog Page to another text, you can follow these. If you can't make it work, you can post site url, I can check easier A. Change "Read More" on All Blog Pages You can use this code to Custom CSS box a.blog-more-link { visibility: hidden; } a.blog-more-link:before { visibility: visible; content: "New text here"; border-bottom: 1px solid #000; } B. Change Read More on Specific Blog Page #1. First you need to use this free tool to find ID of Blog Page In my example, we will have ID: #collection-6677756d03a4f15ba27ce9d8 #2. Use this code to Custom CSS box #collection-6677756d03a4f15ba27ce9d8 { a.blog-more-link { visibility: hidden; } a.blog-more-link:before { visibility: visible; content: "New text here"; border-bottom: 1px solid #000; }} Result 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