Home Forums Basel support forum Testimonial User Avatar

Testimonial User Avatar

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #507646

    Tuomo
    Participant

    Hi there,

    Instead of using customers heads on the User Avatar I am using product images on it. Is there a possibility to change the round shape to square?

    Best Regards,
    Tuomo Nurkkala

    #507871

    Hello,

    Please provide the page URL we will check and provide custom CSS.

    If you have any questions please feel free to contact us.

    Best Regards

    #507874

    Tuomo
    Participant

    https://www.sukat.com & https://www.alusvaatteet.com
    You can find them in the frontpage.

    Best Regards,
    Tuomo Nurkkala

    Attachments:
    You must be logged in to view attached files.
    #508016

    Hello,

    I am checking the page, the image does not have any border, if we add the border-radius, it would not be visible and you will see no difference https://prnt.sc/r5ufIN-Q1S8N

    Do you want to add a border to the image to show them around? Please provide more details.

    Best Regards

    #508429

    Tuomo
    Participant

    Hi Elise,

    No I don’t need borders on the image.
    I was just wondering if the image could be a square and not a circle.

    Best Regards,
    Tuomo Nurkkala

    #508478

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .testimonials.testimon-align-center .testimonial-avatar {
    	border:2px solid red;
    	padding:3px;
    }

    Best Regards

    #508506

    Tuomo
    Participant

    The shape will be oval with that code. I guess there is no tricks for having those images as squares… :/

    #508634

    Hello,

    Please replace the code for this one:

    body .testimonials.testimon-align-center .testimonial-avatar {
    	border:2px solid red;
    	padding:3px;
           border-radius: 0! important;
    }

    If you do not need the color, remove these lines:

    	border:2px solid red;
    	padding:3px;

    If you have any questions please feel free to contact us.

    Best Regards

    #508637

    Tuomo
    Participant

    Hi Elise,

    Yes this code made the trick what I was looking for:

    body .testimonials.testimon-align-center .testimonial-avatar {
           border-radius: 0! important;
    }

    Thanks! 🙂

    Best Regards,
    Tuomo Nurkkala

    #508668

    You are welcome!

    Wish you a wonderful day!

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