Okay
  Public Ticket #1436780
Testimonial Slider Picture Size
Closed

Comments

  • jsherrill1989 started the conversation

    Is there a way to change the size of the image in the testimonial slider feature? Right now, the picture is very small. I'd like to increase the size by about 3x so that you can see the subject of the image better.


    Thanks!

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .testimonial_slider .image-icon.has-bg {
        width: 150px !important;
        height: 150px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jsherrill1989 replied

    That worked! Thanks so much!