Archived topic
Class: Next Page-Number
29 replies · Started by Janine on January 29, 2018
Can you link me to that page possibly?
Hi, Tom.
You can look at any of the single post pages: http://stitchingincolour.local/where-to-stay/.
Thank you!
Tom, I"m sorry. Here's a live link: 7463e23d.ngrok.io
Tom, here's another live link: 2a0cfab5.ngrok.io. My system rebooted. Sorry. Thank you!
Tom, I also noticed that the colour of the link inside my pagination buttons is blue.
I would like my hyperlinks to be black and bold and then change to a gray on hover.
Thank you.
I just adjusted the CSS here to fix the single post view: https://generatepress.com/forums/topic/class-next-page-number/#post-483748
To make the links black, add this:
.paging-navigation a,
.post-navigation a {
color: #000;
}
Hi, Tom.
It is looking good, but now I think it needs just a little padding above the actual pagination buttons so the top border is not so close to the metadata. Thank you!
Try adding this:
.site-main nav.post-navigation {
margin-top: 40px;
}
Here's a link to a page with the problem: http://2a0cfab5.ngrok.io/travel-on-a-low-budget/. Thank you!
Hi, Tom.
The last snippet of code didn't work. Thank you.
Hi, Tom.
I think this would be better and easier all around: https://drive.google.com/open?id=1YsToPS9XjphOVgKVnAzJhdVUtE97tYE0.
Thank you so much!
I'm sorry, Tom. This is the link I meant to send: https://drive.google.com/open?id=12Mg0JyzWxgfl0VvqKFQm8bOp8YeLbbhj
Where did you add this CSS?: https://generatepress.com/forums/topic/class-next-page-number/page/2/#post-485606
I'm not seeing it anywhere?
You may just need to increase the 20px to a higher value.
When it didn't work, I removed the CSS. I will add back in so that you can see it.
Also, I did try increasing the px before, but it didn't work. I tried again to and it still doesn't work.
Thank you!
If this is easier, I'd be Okay with this: https://drive.google.com/open?id=12Mg0JyzWxgfl0VvqKFQm8bOp8YeLbbhj. Thank you!
Ah, I just edited the code above: https://generatepress.com/forums/topic/class-next-page-number/page/2/#post-485606
It should work now :)