Ahoy –
How do I reduce the line spacing for the testimonial area?
how do I increase the size of the Name/ Subject?
Anyway to add a drop shadow to the quote box?
Hey!
Try adding this code to the Quick CSS:
#top .avia-testimonial_inner p {
line-height: 22px;
}
#top .avia-testimonial-name{
font-size: 24px
}
#top .avia-testimonial-content {
box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
Cheers!
Josue