Home Forums WoodMart support forum customizing image on testimonial block

customizing image on testimonial block

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #190139

    tchubb
    Participant

    We are trying to make our images bigger on the testimonial block, because we want to feature brands as the avatar and not individuals. I didn’t see a corresponding brands block that could add text (does this exist)?

    Anyways my question is how can i increase the avatar size on the testimonial block and also not have the avatar shape be a circle but instead I would like to show the whole image as it will be a logo that I am showing.

    I am linking to a page in the private section where if you scroll down you will see a yelp logo thatI uploaded in the corresponding testimonial block

    #190266

    Hello,

    WoodMart theme has the Brand element which just shows the logo. https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/

    If you still want to use Testimonials for this purpose, add this code to the Theme Settings > Custom CSS > Global:

    body .testimonial .testimonial-avatar img {
        width: auto;
        min-width: 100%;
        max-width: 100%;
    }

    Best Regards

    #190389

    tchubb
    Participant

    Thank you, am I able to put the brand location anywhere I want? meaning I could insert it as a block on my home page?

    The guide you linked to just showed that it would be created on the product page?

    #190404

    tchubb
    Participant

    Also I updated the css with the code you gave, and then I changed my logo size to 200×100 but the logo is cutoff because it is still showing as a circle so it is cutting off the edges.

    Is there a way to make this like a square?

    The login details are the same, but you can see what i did on the home page.

    Thanks

    #190479

    Hello,

    You can insert the Brand to any place of your page by means of the Brand element.

    Add this custom as well:

    body .testimonial .testimonial-avatar {
        border-radius: 0;
    }

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)