Trigger Posted August 7, 2019 Share Posted August 7, 2019 Hi all, does anyone know if there's a way to change the older or newer text buttons on the Ishimoto blog to read as View Latest Blog PostsView Previous Blog Posts Is there also a way to make the text appear bold? Many thanks for helping. Link to comment
tuanphan Posted August 7, 2019 Share Posted August 7, 2019 @Trigger Can you share blog url? and which text do you say? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Trigger Posted August 7, 2019 Author Share Posted August 7, 2019 Hi mate, here's my blog URL https://www.triggersanj.com/photography-blog The text at the bottom of the page please. Thank you for helping! Link to comment
tuanphan Posted August 7, 2019 Share Posted August 7, 2019 @Trigger Difficult. Try these CSS /* Change Older */ .collection-type-blog .pagination a:last-child { visibility: hidden; } .collection-type-blog .pagination a:last-child:before { visibility: visible; content: "New Older"; } /* Change Newer Page 2 to Page N */ :not(#collection-5cc8ac424192028a62a47d9e) .pagination a:first-child { visibility: hidden; } :not(#collection-5cc8ac424192028a62a47d9e) .pagination a:first-child:after { visibility: visible; content: "New Newer"; margin-left: -50px; } /* Change Newer Page 1 */ body#collection-5cc8ac424192028a62a47d9e .pagination { visibility: hidden; } body#collection-5cc8ac424192028a62a47d9e .pagination:before { visibility: visible; content: "New Newer /"; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.