Viewing 1 replies (of 1 total)
  • Plugin Contributor Oleksandr

    (@awesomeoman)

    Hi, you can use CSS for this task:

    .ff-loadmore-wrapper .ff-btn { /* normal state */
      background-color: black !important;
      color: white;
    }
    .ff-loadmore-wrapper .ff-btn:hover { /* hovered */
      background-color: red !important;
      color: blue;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘“Show More” button’ is closed to new replies.