-
AuthorPosts
-
December 19, 2013 at 5:31 pm #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!
DrewDecember 20, 2013 at 2:46 am #202372Hi 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,
IsmaelDecember 20, 2013 at 3:51 am #202403I 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.
DrewDecember 20, 2013 at 4:14 am #202410Hi!
You can adjust the line-height.
.testimonial_body { line-height: 20px; }Regards,
IsmaelDecember 20, 2013 at 11:56 pm #202742Thanks 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,
DrewDecember 22, 2013 at 3:30 am #202980Hey!
Try adding this code to the Quick CSS:
.testimonial_author cite{ font-size: 13px; color: orange; }Cheers!
Josue -
AuthorPosts
- The topic ‘Easy Testimonials Integration’ is closed to new replies.
