Okay
  Public Ticket #153667
Testimonials name style
Closed

Comments

  • El started the conversation
    Hello! I'm trying to change the style of the font in the name in the testimonial slider. It looks like it have a transparency and I would like to eliminate it. Also change the size of the font. What would be the better way to do it? Thanks !
  •  1,043
    ThemeNectar replied

    Hey!

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

    html body .testimonial_slider blockquote span {
       color: #fff!important;
       font-size: 22px!important;
    }

    Cheers :)

  • El replied

    What I can say?

    THANK YOU VERY MUCH !!!

    Worked perfectly.