Archived topic
Change location of next/previous post navigation
5 replies · Started by Allen on July 30, 2021
hi
Can I know how can I move the post navigation further down, as shown in the screenshot?
Thank you!
Hi there,
how about using a Block Element to create your own custom post navigation:
https://docs.generatepress.com/article/block-element-post-navigation/
Then you can change the hook to before_comments_container see here:
https://docs.generatepress.com/article/hooks-visual-guide/#single-post
hi David
Thanks for the guide.
a) Can i know how can I add a "After text" for the post navigation on the right. I need to add arrows at the end.
b) How can I change the background colour of the post navigation section?
Thank you!
Hi Allen,
1. Do NOT activate the "Add default archive navigation container" option in the block element.
2. Remove the current before text, then add this CSS:
p.gb-headline.gb-headline-85e0eb35.gb-headline-text a:after {
content: "》";
}
Let me know :)
Thanks Ying!
worked perfectly!
You are welcome :)