Testimonial fonts

edited December 2018 in Fonts
Hi, 
How can I change fonts in the testimonial section. 
I want to add a font from google font that are not part of betheme and I want it to be normal (instead of italic) and want it to be bold. 
Here is the link.

Comments

  • Hi,
    The Testimonial item uses the "blockquote" tag, so you have to change it in Theme Options > Fonts > Family
    http://prntscr.com/m1ku1n

    But, to change the font to bold, you will have to use custom CSS.
    If you don't know how to do it, just tell me, and I'll make it for you.
    Thanks
  • Hi, Thanks! 
    I was be able to make the font bold. 
    But, I want my font to be normal, instead of "Italic." 
    Also, I want to use the google font that is not installed in the theme. 
    How do I change the font  that is not part of the installed list? 

    Code I'm using is..

    /* Testimonials */
    blockquote { background: none; font-size: 18px;line-height: 38px !important; margin: 0; top: 0; font-style: normal; font-weight:bold; }
    #home_testimonials .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper { margin: 0; }
    #home_testimonials .testimonials_slider.single-photo .hr_dots { display: none; }

  • You can add new fonts in the Theme Options > Fonts > Custom
    This is the only way to add custom fonts.

    Please use this CSS to make your font normal, not italic.
    blockquote{
    font-style:normal !important;
    }
    Thanks
  • Thank you!
Sign In or Register to comment.