Home › Forums › WoodMart support forum › Display Vendor Overview and Remove Profile Picture from Store List › Reply To: Display Vendor Overview and Remove Profile Picture from Store List
August 25, 2018 at 6:58 am
#74245
Artem Temos
Keymaster
Hi,
Unfortunately, there are no such options in Dokan multivendors plugin and it doesn’t allow you to show bio information on the vendor page.
As for the profile picture, you can remove it with the following CSS code
.profile-info-head {
display: none;
}
Regards