Archived topic
Change Pagination Link Color
7 replies · Started by Rizki on December 13, 2018
The default pagination link color follows the color settings of the content link. How do I change the color of a pagination link only ? I want this color settings to be reversed => http://prntscr.com/luf2kz
Hi there,
The site you linked isn't using GeneratePress.
Can you double check?
Thanks!
I use GP http://prntscr.com/lujsoe
This is what your site looks like to me currently:
https://www.screencast.com/t/vf3xBEad
Can you try #1 here if that's not what it's supposed to look like?
https://docs.generatepress.com/article/debugging-tips/
Let me know :)
Done, please check again
Try something like this:
.separate-containers .paging-navigation {
color: #efaf00;
}
.paging-navigation a {
color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It works, big thanks for ur help :)
You are very welcome :)