• Resolved Nyx1961

    (@nyx1961)


    I would like to change the colour of the background when I hover on a page number. What can I add to my theme’s CSS to do this? I appreciate any help. Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Nyx1961

    (@nyx1961)

    I finally resolved this. In case anyone else wants to know how, I added:

    .pgntn-page-pagination a:hover {
    background-color: #45680b !important;
    }

    where the hex code is whatever you need it to be.

    • This reply was modified 6 years, 4 months ago by Nyx1961. Reason: mistake in code
Viewing 1 replies (of 1 total)
  • The topic ‘pagination hover background color’ is closed to new replies.