Title: &#8220;Show More&#8221; button
Last modified: February 24, 2020

---

# “Show More” button

 *  Resolved [olsonb112](https://wordpress.org/support/users/olsonb112/)
 * (@olsonb112)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/show-more-button-4/)
 * Hey, is there any chance to edit colour or text of the “Show more” button? Cheers!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Oleksandr](https://wordpress.org/support/users/awesomeoman/)
 * (@awesomeoman)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/show-more-button-4/#post-12522111)
 * 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.

 * ![](https://ps.w.org/flow-flow-social-streams/assets/icon-256x256.png?rev=2414430)
 * [Flow-Flow Social Streams](https://wordpress.org/plugins/flow-flow-social-streams/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flow-flow-social-streams/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flow-flow-social-streams/)
 * [Active Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flow-flow-social-streams/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flow-flow-social-streams/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Oleksandr](https://wordpress.org/support/users/awesomeoman/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/show-more-button-4/#post-12522111)
 * Status: resolved