Display Vendor Overview and Remove Profile Picture from Store List
-
Trying to figure out a way to include an overview/biography of a vendor along with their store or as part of the profile on the Store List. Is it possible? Would ultimately like to have a “Store List” with links to the stores, and a “Meet Our Vendors” page with a list of vendors and their biography/company info.
Also, is it possible to remove their profile picture from their display on the Store List? We use a vendor’s Logo and do not use profile pictures so wondering if it was possible to just show the store logo/banner.
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