Changing text on Blog-type page

Hello Team!

My visitors who sometimes don't speak English or don't pay attention to the little details, miss out the Previous and Forward texts at the bottom of the site. I was able to change or add more text to the Read More button, but anytime I tried to change the Previous text I broke the code, and it was either not visible anymore, or became non-clickable etc. I would like someone to hold my hands, ask me specific questions or ask me to copy some part of a given code, because it looks like I need more than generic guidance. It's bugging me since a long time and I feel helpless alone.

To sum it up: I would like to change the whole text or add more (not sure yet), furthermore, if we could increase the size of the text also, that would be wonderful.

Thank you in advance for any input. 

image

469 Views
Message 1 of 4
Report
3 REPLIES 3
Square

Could you take screenshots of what you are trying to change in your theme to change the next and previous text? It might help our community members to see what you have been trying.

458 Views
Message 5 of 4
Report

Hello Adam,

Thank you for your comment. Unfortunately, I do not have recollection of what I tried to change.

I took 2 screenshots. On the first, the code adds extra text to the Read More button. It looks like someone helped me, or I copied it from somewhere, because it is not written by me. The other is about the Previous and Forward section. Anything I change here, breaks the whole thing. I hope I could get someone closer to help me.

Zsolt

imageimage

445 Views
Message 5 of 4
Report

To edit those properly, you'll need to replace everything with in the <a></a> tags, so it's something like this:

<div class="blog-page-nav-next>

<a href="{{next_url}}" class="blog-link">Következő</a>

</div>

443 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.