Okay
  Public Ticket #185703
Testimonial Slider size
Closed

Comments

  • Eric started the conversation

    Great theme but . . . How can I make Testimonial Font size different to the Caption size on home slider?  Thanks

  •  8,838
    Tahir replied

    Hey Eric!

    Add this into the Custom CSS box located in your Salient Options panel:

    div.testimonial_slider blockquote{
    font-size:22px;
    }

    Cheers


    ThemeNectar Support Team 

  • Eric replied

    Thank you. That deals nicely with the content of the quote but does not affect the Name of the person who said the quote. I want them to be the same size. What should I do?  Thanks.

  •  8,838
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel:

    div.testimonial_slider blockquote span{
    font-size:22px;
    }

    Cheers


    ThemeNectar Support Team