Vendor image squared

Hi, can somebody give me a snippet that I can use to make vendors image squared with rounded corners instead of just rounded both for vendors image on services page and on a single listing?

1 Like

Hi,

Please use this CSS snippet:

.hp-vendor__image img {
	border-radius: 5px;
}

Please note that it can require further customization.

1 Like

Thanks, this works in single listing page. But can you give me one that works for vendors images where all listings are (service page)?

and for any other place vendors images are displayed

Hi,

Please use this CSS snippet too:

.hp-listing--view-block .hp-listing__image img {
    border-radius: 5px;
}
1 Like

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.