Hi there,
This CSS worked for me:
.testimonial_item_container {
display: none;
}
This worked perfectly! Thanks!!!
Thread Starter
lakop
(@lakop)
Thank you! Works perfect.
Yay! Worked for me too! Thanks 🙂
Thanks for the correct code Danielleheld!
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.
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!
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!
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!