Testimonals

Discussion in 'Compass WordPress Theme' started by naturalium, Dec 13, 2014.

  1. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    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
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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>

    15dec1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page