Increase profile picture dimension 200x 200

Hello,

is it possible to increase the profile picture dimension to 200 x 200 ? is there a css code to test this size?
I want to keep round, same style, just increase dimension a little bit ( i believe now is 150 x 150)

increase-size

thanks

Please try this CSS snippet but please note that it can require further customization

.hp-vendor--view-block .hp-vendor__image {
    width: 12.5rem;
}

thank you @yevhen I added also this for the vendor profile page in case someone need it

.hp-vendor--view-page .hp-vendor__image {
    width: 12.5rem;
}
1 Like

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