Site logo

[Resolved] Styling Pagination Links

Home Forums Support [Resolved] Styling Pagination Links

Home Forums Support Styling Pagination Links

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #722369
    Tom
    Lead Developer
    Lead Developer

    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

    #722398
    Frans

    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

    #722414
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.