Harrington Testimonials styling

Discussion in 'Harrington- A WordPress Business Theme.' started by Sandra, Aug 29, 2014.

  1. Sandra

    Sandra Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hello,
    On the demo theme for Harrington, the testimonials show the name of the giver in the same colour as the theme - see attached screenshot - "Don McCauley" in the example below.

    When I put in a testimonial, I cannot see how to style the name in a different colour (which does look nice!)

    Please could you explain how to do this?

    Thank you,

    Sandra
    Screen Shot 2014-08-29 at 19.48.50.png
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bx-wrapper .bx-viewport ul li a
    {
    color:green;
    }
    You can change color according to your requirement.
    Thanks & Regards
    Pramod Patel
     
  3. Sandra

    Sandra Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hello Pramod,
    Thanks for your quick reply :)

    I posted in this code but it didn't seem to affect my testimonial.
    I would like to separate the name and have it show in the theme colour as its appears in your demo theme - see screenshot in post #1.

    At the moment I have this: - see screenshot - and I would like to have "C who wanted help with public speaking" in yellow below the testimonial text.

    I hope this makes sense?

    Thank you,
    Sandra

    Screen Shot 2014-08-30 at 09.56.32.png
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Follow below image for this.
    And also keep the above CSS.

    Thanks & Regards
    Pramod
     

    Attached Files:

Share This Page