Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #974796

    Hi :-)

    I am working with the testimonial grid and am trying to
    – have the name of the client in regular instead of bold
    – have the image of the client bigger (half a column? about 150px?)

    I also would like to have the image of the client round and all the other images on the website without border radius.

    I have tried these things with these codes:

    /*styling naam van reviews aanpassen 190618*/
    .av-minimal-grid-style .avia-testimonial-meta-mini .avia-testimonial-name {
      font-weight: 100;
    }
    /*foto's bij testimonials slag groter 190618*/
    .avia-testimonial-image {
        width: 175px;
        height: 175px;
    }
    /*alle foto's helemaal haaks 190618*/
    img { border-radius: 0 !important; }

    I must be doing something wrong as I get no effect (even when I empty all caches).

    Can you take a look over my shoulder please?

    Maaike

    #974875

    Hey maaikevk,

    Add this to quick css:

    strong.avia-testimonial-name{
    font-weight:normal!important;
    }
    
    .av-minimal-grid-style .avia-testimonial-image{
    height:150px!important;
    width:150px!important;
    }

    Best regards,
    Jordan Shannon

    #975871

    Thanks Jordan :-)

    This is great 👍.

    Is it possible to have a little whitespace below the image before the column ends?

    #975930

    Hi,

    Do you mean you want to reduce the whitespace?

    Best regards,
    Jordan Shannon

    #976421

    No, I mean to add some whitespace. Hopefully the screenshot helps to make myself clear :-)

    #976423

    Hi,

    Add this to quick css:

    .avia-testimonial{
    padding-bottom:20px!important;
    }

    Best regards,
    Jordan Shannon

    #976426

    Super!!

    Thanks very much :-)

    #976458

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Testimonial grid: styling the image and the name’ is closed to new replies.