Can you provide me some quick css to change the hover color of the load more button on hover please? I want the hover color of button to be #188ece and the hover color of the text “load more” to be #ffffff (see image) Thanks in advance!
Hey djshortkut!
Add this to your custom CSS.
.av-masonry-pagination:hover {
background: red !important;
color: white !important;
}
Regards,
Elliott
Thanks Elliott! You can close this thread.