Hello, I’d like to change rounded background color of pagination inactive link when hovered.
I’ve tried this code:
#top .pagination a:hover {background-color: #7876b6 !important;}`
because this one does not work:
.pagination .inactive:hover {background-color: #7876b6 !important;}`
But neither work.
What’s the right code?
Thanks
Done. It was an error code, you can mark as resolved. Thanks