Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #556879

    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!

    • This topic was modified 8 years, 3 months ago by djshortkut.
    #557246

    Hey djshortkut!

    Add this to your custom CSS.

    .av-masonry-pagination:hover {
        background: red !important;
        color: white !important;
    }

    Regards,
    Elliott

    #557264

    Thanks Elliott! You can close this thread.

    #557577

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry Gallery Load More Button’ is closed to new replies.