Title: Simplified feedback
Last modified: August 31, 2016

---

# Simplified feedback

 *  Resolved [onyxwp](https://wordpress.org/support/users/onyxwp/)
 * (@onyxwp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/simplified-feedback/)
 * Hello,
 * A client of mine would like to display only the feedback comments, without the
   12 months overview. Is it possible, and if so, can you please let me know how
   to do this?
 * Thanking you in advance
 * [https://wordpress.org/plugins/auction-nudge/](https://wordpress.org/plugins/auction-nudge/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/simplified-feedback/#post-7258120)
 * Hi onyxwp,
 * You can hide the entire ‘Recent Feedback ratings’ section using the following
   CSS:
 *     ```
       #auction-nudge-feedback table.an-ft {
           display: none;
       }
       ```
   
 * You can then expand the ‘Detailed Seller Ratings’ section to take up the space
   like so:
 *     ```
       #auction-nudge-feedback table.an-fr {
         width: 100%;
       }
       ```
   
 * I hope this helps.
 * Joe
 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/simplified-feedback/#post-7258323)
 * Marking as resolved. Please let me know if there is anything else you require
   assistance with.
 * Thanks,
 * Joe

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Simplified feedback’ is closed to new replies.

 * ![](https://ps.w.org/auction-nudge/assets/icon-256x256.png?rev=3491962)
 * [Auction Nudge - Your eBay Listings](https://wordpress.org/plugins/auction-nudge/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auction-nudge/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auction-nudge/)
 * [Active Topics](https://wordpress.org/support/plugin/auction-nudge/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auction-nudge/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auction-nudge/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Joe](https://wordpress.org/support/users/morehawes/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/simplified-feedback/#post-7258323)
 * Status: resolved