Hello @ineweducare,
I’m trying to give you three types of a solution so please follow these steps:
Solution-1:
There is default option to hide the details : wp-admin–>Dokan–>settings–>appearance
You can select what you want to hide with the latest version of Dokan: https://prnt.sc/tj8ve7
Solution-2:
The most possible reason behind the issue you are facing is theme conflict. Follow the procedure to test :
-> Use a default theme such as Dokan, twenty-twenty, or storefront.
-> Clear the cache of your site and check the issue.
Solution-3:
or you can try simple CSS on your theme style.css section :
.dokan-store-phone {
display: none !important;
}
.dokan-store-email{
display:none !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p
{
display: none !important;
}
I hope it works properly ?? Please try and let me know the update.