Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #585764

    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?

    #586688

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.