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

    Ahoy-

    How can I increase the size of the image of the avatar image in the testimonial image?

    How do I add a black board to the circle?

    #586712

    Hi,

    Use the following:

    #top .avia-testimonial-image {
        width: 80px;
        height: 80px;
    }
    
    #top .avia-testimonial-image img {
        border: 5px solid black;
    }

    Cheers!
    Josue

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