Title: Remove testimonials after theme update
Last modified: August 30, 2016

---

# Remove testimonials after theme update

 *  Resolved [lakop](https://wordpress.org/support/users/lakop/)
 * (@lakop)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/)
 * I am using colorway 3.5.5.
 * The testimonials (Our customer love us…) appeared again just after the theme 
   update. I used the css I found on this forum but it does not work anymore.
 * I would be grateful if you could help me in this matter

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

 *  [danielleheld](https://wordpress.org/support/users/danielleheld/)
 * (@danielleheld)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450236)
 * Hi there,
 * This CSS worked for me:
 *     ```
       .testimonial_item_container {
       display: none;
       }
       ```
   
 *  [clynngardner](https://wordpress.org/support/users/clynngardner/)
 * (@clynngardner)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450283)
 * This worked perfectly! Thanks!!!
 *  Thread Starter [lakop](https://wordpress.org/support/users/lakop/)
 * (@lakop)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450294)
 * Thank you! Works perfect.
 *  [OfficialFlapper](https://wordpress.org/support/users/officialflapper/)
 * (@officialflapper)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450321)
 * Thank you! It works!!
 *  [fragleiow](https://wordpress.org/support/users/fragleiow/)
 * (@fragleiow)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450381)
 * Yay! Worked for me too! Thanks 🙂
 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450391)
 * Thanks for the correct code Danielleheld!
 *  [kitefft](https://wordpress.org/support/users/kitefft/)
 * (@kitefft)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450463)
 * Not to be dense, but where does that css code go? I’m a total neophyte to this.
   Style.css says don’t edit it (and I don’t know better) and pasting this code 
   into the Custom css field in the theme dashboard doesn’t do anything.
 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450464)
 * Hello,
 * You have to paste the CSS code in Custom CSS section
    **(Appearance -> Theme 
   Options -> Styling Options -> Custom CSS)** of your dashboard and after using
   the code over there always be sure to click the **“Save All Changes”** button
   on that page.
 * Thanks!
 *  [kitefft](https://wordpress.org/support/users/kitefft/)
 * (@kitefft)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450465)
 * Thank you for responding so quickly — I had that css saved in the custom CSS 
   field as you mentioned. Does it make a difference I’m in Colorway Pro? The testimonial
   section seems to be called flex_testimonial in the code, not just testimonial.
 * In any event I went into homepage.php and deleted the lines related to <div class
   =”flex_testimonial”> and after a little trial and error seem to have accomplished
   my objective of eliminating the testimonials section of the homepage without 
   otherwise affecting the remaining style or other content.
 * Thank you!
 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450473)
 * Hello,
 * Let me clear you that there are some updations done in both the version of the
   theme i.e. lite and pro version.
 * So it would be better to hide testimonial section with the help of CSS code rather
   than deleting the code in “homepage.php” file.
 * Even you can use the latest version of the theme and there is one awesome feature
   included in that you can directly turn on/off the testimonial section from your
   dashboard.
 * Thanks!

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

The topic ‘Remove testimonials after theme update’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/colorway/4.2.3/screenshot.png)
 * ColorWay
 * [Support Threads](https://wordpress.org/support/theme/colorway/)
 * [Active Topics](https://wordpress.org/support/theme/colorway/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/colorway/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/colorway/reviews/)

 * 10 replies
 * 7 participants
 * Last reply from: [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/remove-testimonials-after-theme-update/#post-6450473)
 * Status: resolved