Okay
  Public Ticket #1548085
Testimonial Slider Font Size
Closed

Comments

  •  2
    Luciana started the conversation

    Hi guys, 

    I am trying to make the Testimonial Slider/Blockquote Font smaller, but nothing happens after changing the font properties at Typography  >> Nectar Specific Elements...

    How can I fix it?

  •  8,829
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .testimonial_slider blockquote p {
        font-size: 15px !important;
        line-height: 17px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Luciana replied privately
  •  2,956
    Andrew replied

    Hey there,

    Thanks for reaching in,

    I examined your website and the code Tahir gave you seems to have worked

    .testimonial_slider blockquote p {
        font-size: 15px !important;
        line-height: 17px !important;
    }
    

    Please clear your cache and let us know,

    Regards

  •  2
    Luciana replied

    Thanks, Andrew! Yes, cache... :-/ It's fine now. :-)


  •  2,956
    Andrew replied

    Hey Luciana,

    That's awesome,

    Please be sure to reach in in case you encounter another issue,

    Regards

  •  2
    Luciana replied

    Hey Andrew, I have one more ticket open... Please, check it out: [Ticket #1548081]

    Thank you! :-)