how can i increase the size of the client testimonial image here: http://imgur.com/hwRa7fm
i want a bigger image and the name and website under the client image.
1: how can i get this font in another color
2: how can i set this font in a much smaller font size?
can you please help me to get this look for the client testimonials: http://imgur.com/Iuu1IMl
And can i get at the marked area a white background color (marked text) and a red font instead of the white? how can i get this effect?
Hi!
Please add following code to Quick CSS
#top .av-large-testimonial-slider .avia-testimonial-meta-mini {
text-align: center;
width: 100%;
}
.avia-testimonial-meta-mini *, .avia-testimonial-meta-mini {
color: white!important;
}
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
height: 100px;
float: none;
width: 100%;
}
.avia-testimonial-content {
background: rgba(255,255,255,0.5)!important;
color: red!important;
}
Regards,
Yigit