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

#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