When publishing a listing, the moment you choose a location, it asks of using your current location, how may i disable that option for users?
Hi,
Please use this CSS snippet:
.hp-template--listing-submit-page .hp-field--location a {
display: none;
}
I hope this is helpful to you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.