How could Testimonials feature main title text on Home page be changed into 2 different titles, 1 different title for each testimonial? And how could hide commas on testimonials? Thanks
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .testimonial_wrapper .testimonial_content { background: none; padding-left: 0; } 2. You have to put some code in front-page.php file as shown below in screenshot. <h2 class="animated">Write your second heading for second testimonial</h2> It will resolve your issue. Thanks & Regards Yogesh Bhade