Archived topic
Styling Pagination Links
17 replies · Started by Bobby on December 5, 2016
Viewing posts 16–18 of 18
With the code I shared above, this is what it should look like when you hover over one of the links: http://prntscr.com/lfzacs
Thanks ! For some reason it now works ! I had to add a second class definition:
.page-numbers:not(.current) {
background-color: #628907;
padding: 5px 10px 5px 10px;
color: #fff;
}
.page-numbers:not(.current):hover {
background-color: #90CB0D;
padding: 5px 10px 5px 10px;
color: #fff;
}
Thanks again!
Frans
No problem :)
This archived topic is closed to new replies.