Title: Hide Testimonals
Last modified: August 22, 2016

---

# Hide Testimonals

 *  Resolved [bikabo](https://wordpress.org/support/users/bikabo/)
 * (@bikabo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hide-testimonals/)
 * How do I completely hide the Testimonials-Section?

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

 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hide-testimonals/#post-5773983)
 * Hey there bikabo,
 * Hope you’re well! 🙂
 * I suggest you use a child theme [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   or use css custom plugin like this: [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   if you will customize your theme.
 * Add the code in your child theme’s style.css or using the plugin mentioned above.
 *     ```
       .home #bottom2-section {
       	display: none;
       }
       ```
   
 * Let me know if it helps! 🙂
 * Take care,
    Calvin
 *  [k1rushqa](https://wordpress.org/support/users/k1rushqa/)
 * (@k1rushqa)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hide-testimonals/#post-5774227)
 * it doesnt work for me. I don’t know if that’s because I put it in the wrong place
   in style.css or something else wet wrong but basically there is no changes when
   I update style.css and refresh my website.
    Help!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hide-testimonals/#post-5774228)
 * The code should go at the very bottom of your **Child Theme** style.css file –
   Or if you don’t have a Child Theme then download a Custom CSS plugin that will
   manage your CSS modifications.
 *  [k1rushqa](https://wordpress.org/support/users/k1rushqa/)
 * (@k1rushqa)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hide-testimonals/#post-5774229)
 * Thank a lot. The problem was fixed. I just went to Appereance -> Theme Options-
   > Tools -> and pasted the code above in Custom CSS field.
    You are the best!

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

The topic ‘Hide Testimonals’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accesspress-ray/1.19.5/screenshot.
   png)
 * AccessPress Ray
 * [Support Threads](https://wordpress.org/support/theme/accesspress-ray/)
 * [Active Topics](https://wordpress.org/support/theme/accesspress-ray/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accesspress-ray/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accesspress-ray/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [k1rushqa](https://wordpress.org/support/users/k1rushqa/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/hide-testimonals/#post-5774229)
 * Status: resolved