Change Text & Placement of "Older Posts" & "Newer Posts"
Hi - my client is wondering if we can change the text of these links that automatically populate on any of our blog posts. Can someone direct me to where I might do this, and how?
Answers
-
Can you upload a screenshot of what you are referring to?
0 -
You cannot customize those, oddly enough (at least without complicated css), certainly not customize per article.
You can, however, hide them altogether with some simple css.
0 -
Sure thing:
0 -
Do you have an example of that simple CSS? I hate when I pull up the blog from a filtered list, but these two buttons expose ALL of the blog entries instead of those tagged in the widget.
Thanks
R
0 -
@Rene
Sorry for the delay. You need to paste this into site.css
.postPageExtRoot div.dmRespRow:not(.blog-post-row) {display: none !important;}Hope it works for you.
1 -
What would you like to change them to? Maybe we can provide the CSS unless what Bruce gave you works. You can use the
content:
1