Changing The Text in the "OLDER POSTS" button
-
Hello!
There is a button that says “older posts” on my homepage.
I would like the button to say something else.
Can someone please tell me a code for this?
In gratitude,
JoshuaThe blog I need help with is: (visible only to logged in users)
-
Hi Joshua, you are in luck. In many newer themes we can’t do this little trick to change the content of the button. Add the following to your custom CSS and edit the content text string between the quote marks. Depending on the length of your phrase, you may also have to adjust the -50px left margin to get things centered.
#infinite-handle span button { visibility: hidden; } #infinite-handle span button:after { content: "Button Text"; visibility: visible; margin-left: -50px; } -
-
- The topic ‘Changing The Text in the "OLDER POSTS" button’ is closed to new replies.