Title: Always show feedback
Last modified: November 22, 2019

---

# Always show feedback

 *  Resolved [stinson317](https://wordpress.org/support/users/stinson317/)
 * (@stinson317)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/always-show-feedback/)
 * Is there any way to always show feed back along with rating (e.g. same page)?
   I want to offer feedback regardless of rating. I know I can set rating threshold
   of 5/5 to always get feedback to trigger but it would be nice to have on same
   view

Viewing 1 replies (of 1 total)

 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/always-show-feedback/#post-12167455)
 * Hi [@stinson317](https://wordpress.org/support/users/stinson317/),
 * there is no such option at the moment, but I guess you could try with custom 
   CSS. Something like this:
 *     ```
       .rmp-feedback-view {
           display: block!important;
       }
   
       .rmp-rate-view {
           display: block!important;
       }
       ```
   
 * The feedback widget will then be displayed all the time and not only after voting.
 * Regards,
    Blaz
    -  This reply was modified 6 years, 5 months ago by [Blaz K.](https://wordpress.org/support/users/blazk/).

Viewing 1 replies (of 1 total)

The topic ‘Always show feedback’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Blaz K.](https://wordpress.org/support/users/blazk/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/always-show-feedback/#post-12167455)
 * Status: resolved