Change colour of text in testimonial area

Discussion in 'Harrington- A WordPress Business Theme.' started by niallg, Oct 9, 2014.

  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    I need to change the colour of the name of the author of testimonial

    Regards

    Niall
     
  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:
    ul.bxslider p a {
    color: red !important;
    }
    Select color according to your requirement.
    Thanks & Regards
    Pramod
     
  3. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Pramod, pasted the code but did not work , have a look www.northsydneyyouthsymphony.com/blog
    If you have a look at the Testimonials and the Authors names at the bottom of each.
    Regards
    Niall
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Niall,
    Use this type of format to fill testimonial text in theme option.

    HTML:
    The inaugural concert of the newly formed NSYS was a delight to attend. There is no doubt that this young symphony orchestra has raised the bar with their exceptional playing. The energy and enthusiasm was transmitted to a receptive audience. The high standard of performance was most impressive, and we all look forward to hearing more of them under the baton of their charismatic conductor, Maestro Thomas Tsai.
    <br/>
    <span style="color:red">"Judy Deacon Young Virtuosi Coordinator FM 102.5 Fine Music"</span>
    You can set color according to your requirement.
    Thanks & Regards
    Pramod
     

Share This Page