View difference between Paste ID: m9sBBxgv and XcN9qVF8
SHOW: | | - or go back to the newest paste.
1-
/*Hide Vendor Geo-Location/Map address from the Dokan Vendor Dashboard setting page*/
1+
/*	Hide Vendor Geo-Location/Map address from the Dokan Vendor Dashboard setting page
2
	1. Click on Customize- https://prnt.sc/sduzuj
3
	2. Then click Additinal CSS- https://prnt.sc/sdv0cd
4
	3. Then paste code and click published- https://prnt.sc/sdv0zj
5
	4. It will hide the Map location field
6
*/
7
.dokan-form-group:nth-of-type(9) {
8
    display: none !important;
9
}