Okay
  Public Ticket #1442031
Testimonial Font Size Not Changing
Closed

Comments

  • jonojnz started the conversation

    Hi,

    Im having issues updating size of the testimonils font. When I change it under typography it doesnt change at all on the theme. Can you please give me a way to update this. 

    J

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Some of the font size you can't change globally, you would have to change it via CSS. Can you please send us a link to your page so we can help you out. Include a screenshot as well.

    Regards

  • jonojnz replied

    Hi,

    Thanks for the quick reply. I have included screenshot. Website is called www.lifebeingsingle.com

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Seems your website is in maintenance mode. Please send us the credentials by replying privately to this thread. In the meantime you can use this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code.

    .testimonial_slider[data-style="multiple_visible_minimal"] blockquote p { font-size:16px!important; }

    Hope this helps,

    Regards

  •   jonojnz replied privately
  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use this CSS code in Salient > General Settings > CSS/Script Related > Custom CSS Code

    .testimonial_slider blockquote p { font-size:16px!important }

    Hope this helps

  • jonojnz replied

    You LEGEND. 

    Support is great mate. Have a good evening. Until next time!

  • Masoud replied

    Hi Ive found this thread really useful as I was also trying to reduce the font size- but I also want to reduce the line space. Can you advise? Many thanks

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please add the following to the CSS code;

    .testimonial_slider blockquote p { 
        font-size:16px!important: 
        line-height:1.2em!important;
        }

    Hope this helps,

    Regards