Okay
  Public Ticket #1782124
Testimonial Slider: Image shape and font size of name and subtitle
Closed

Comments

  • Rona Duwe started the conversation

    Hello,

    2 questions concernig the testimonial slider: 

    1. I want to change the image shape in the testimonial slider. How can I do this?

    2. Is it possible to change the font size of name and subtitle?

    Thanks
    Rona

  •  8,997
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Rona Duwe replied privately
  •  8,997
    Tahir replied

    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 .image-icon.has-bg {
        border-radius: 0px !important;
        width: 200px !important;
        height: 200px !important;
    }
    .testimonial_slider:not([data-style="minimal"]) blockquote span.title {
        font-size: 15px !important;
    }
    body .testimonial_slider blockquote span, .nectar_single_testimonial span {
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Rona Duwe replied

    Thanks a lot. It worked. :-)