Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #202143

    Aloha Kriesi team,

    I haven’t been getting response from Easy Testimonials support, and you guys are so awesome that I figured you’d probably have a quick and awesome answer.

    I have Easy Testimonials set to use the theme’s CSS. However, as you will see at http://vitalshiftconsulting.ca/wp/ the fonts are pretty whack and an ugly thick orange line has appeared.

    I’m hoping to:
    – Adjust the testimonial body text to same size and font as the main site text (Open Sans 13px)
    – Adjust the testimonial “cite” (name/title) to same size but in the main site header color rgb (69, 145, 201)
    – Remove that icky orange bar.

    Any advice is gratefully welcomed! You guys have been so awesome at helping work out little kinks here and there – it’s much appreciated, and one of the reasons I recommend your theme so highly.

    Warmest aloha and happy holidays!
    Drew

    #202372

    Hi AndrewDelaware!

    1.) You can use this on Quick CSS:

    .testimonial_body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    }

    2.) Use this for the cite tag:

    blockquote cite {
    font-size: 13px;
    color: orange;
    }

    3.) Remove the border using this:

    .main_color blockquote, .main_color .avia-bullet {
    border: none;
    }

    Regards,
    Ismael

    #202403

    I am so grateful – you guys are on it!

    Ismael, is there a quick way to reduce the space between the lines of both text zones to match the main site? It appears to have extra spacing, I tried setting line spacing but that didn’t seem to do anything.

    Your help has been so very much appreciated.
    Drew

    #202410

    Hi!

    You can adjust the line-height.

    .testimonial_body {
    line-height: 20px;
    }

    Regards,
    Ismael

    #202742

    Thanks Ismael – that worked for the testimonial body but not the cite (author info) underneath. Any ideas? I even tried adding !important at the end…

    Mahalo,
    Drew

    #202980

    Hey!

    Try adding this code to the Quick CSS:

    .testimonial_author cite{
       font-size: 13px;
       color: orange;
    }

    Cheers! 
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Easy Testimonials Integration’ is closed to new replies.