Aurangajeb

Hide Vendor Geo-Location/Map address from the Dokan Vendor D

May 9th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. }
Add Comment
Please, Sign In to add comment