Store locator URL change

Hi,

Can i change store locator page URL to something like /store-locations instead of this /index?dispatch=store.locator.search/?q=beograd&security_hash=2f6d484b0bbff6432fbb8583b4f279c3

Also is there a way to hide search of city, because all my stores is in same city so i dont need that search box?

Thanks in advance!

Please check how to add SEO URL

Search bar can be hidden with CSS. Please provide us with the URL of your store so that we can help you

Hi,

URL is www.noks.rs/nase-lokacije

Thanks in advance!

Please add the following code to the CSS section of the Theme editor

.store-locator__location--city {
    display: none !important;
}
2 Likes

Great, that worked!

Thank you!

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.