Okay
  Public Ticket #1578702
Testimonial Font Size and Styles
Closed

Comments

  •  1
    pinnaclemarketinggroup started the conversation

    Hi there! Loving this theme so far! I am having an issue though with the single testimonial. I see you have different Styles, and I want to use the Big Bold - but I need to decrease the font size a little bit. Tried and failed to do it with css.

    Back in 2014 there was a way to do this within the Typography section of the Salient options, but I'm not seeing that anymore! 

    From an older ticket: " Please see screenshot: http://prntscr.com/4zcxrk . You can do it in Salient Theme Options -> Typography section."

  •  2,722
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please send us a link to your page so we can send you some custom CSS,

    Regards

  •   pinnaclemarketinggroup replied privately
  •  2,722
    Andrew replied

    Hi there,

    You can use this CSS to adjust the font size on that testimonial text:

    .nectar_single_testimonial[data-style="bold"] p{
        font-size:25px !important;
        line-height:40px !important;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Hope this helps.

  •  1
    pinnaclemarketinggroup replied

    Great thanks - but now it's too big on mobile :)

    Can I get css for resizing it?


  •  2,722
    Andrew replied

    Hi there,

    You seem to have added a media query to remedy this issue i.e.

    @media only screen and (max-width: 600px)
    .nectar_single_testimonial p {
        font-size: 22px !important;
        line-height: 1.7em !important;
    }
    

    Please confirm you are okay with the current solution as the text in not enlarging anymore on mobile view.

    Thanks.

  •  1
    pinnaclemarketinggroup replied

    Got help to resolve-  thanks!