jjohansson Posted June 20 Posted June 20 (edited) Hello everybody! @Lesum I have a Blog in Deustch languague (it's the main languague of the site) and a duplicated version of the Blog for English (not yet translated the content) I wonder how could I set the button "Weiterlesen" to "Read more" please see below the exact line of source code: </div> <a class="blog-more-link" href="/blog-en/2023/10/20/ze-2" data-animation-role="content">Weiterlesen</a> </div> Is there a way of adding some CSS in the specific page or post pages of the English Blog to change it to display the Read More text instead? I wonder the same for the bottom links to "Newer entries" and "Older entries" (Neuere Einträge and Ältere Einträge) see the code of this part: <nav class="blog-list-pagination"> <div class="newer"> <a href="/blog-en?offset=1280127600000&reversePaginate=true" rel="prev"> <div class="blog-list-pagination-icon icon icon--stroke"> <svg class="caret-left-icon--small" viewBox="0 0 9 16"> <polyline fill="none" stroke-miterlimit="10" points="7.3,14.7 2.5,8 7.3,1.2 "></polyline> </svg> </div> <span class="prev-label">Neuere Einträge</span> </a> </div> <div class="older"> <a href="/blog-en?offset=1169802000000" rel="next"> <span class="next-label">Ältere Einträge</span> <div class="blog-list-pagination-icon icon icon--stroke"> <svg class="caret-right-icon--small" viewBox="0 0 9 16"> <polyline fill="none" stroke-miterlimit="10" points="1.6,1.2 6.5,7.9 1.6,14.7 "></polyline> </svg> </div> </a> </div> </nav> Edited June 21 by jjohansson
tuanphan Posted June 22 Posted June 22 Can you share site url? 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