Skip to main content
  Tuesday, June 02 2020
  4 Replies
  2.2K Visits
  Subscribe
Is there a setting I'm missing to remove the "Name of location" field?

Example: http://usdescaler.com/resell-partners
A
3 years ago
Hi,

Thanks for contacting us here about this extension.

Is there a setting I'm missing to remove the "Name of location" field?


There is no option to disable the field currently, please drop us a ticket (menu Support > Ticket support).
Our developer in charge will help you in details.

Kind regards,
A
3 years ago
you can add following css in your theme css file
.location-title
{
display:none !important;
}
W
3 years ago
Hello,

Using Helix 3 framework template. I added coding to template.css and preset1.css file and no change :)
http://usdescaler.com/resell-partners

I also created a custom.css file and inserted:

.location-title
{
display:none !important;
}

.....no luck yet.
A
3 years ago
@ws360
please remove this code
.location-title
{
display:none !important;
}
please put these code in following
#searchname
{
display:none !important;
}
  • Page :
  • 1
There are no replies made for this post yet.