Viewing 1 replies (of 1 total)
  • Hi,

    There are two ways to accomplish this. The first one would be to modify the template for the store locator (check the documentation for the listing template and the info window template), but maybe it is a bit cumbersome for a small modification like this.

    Another way, which is actually a CSS hack, would be to just hide the information, which could be accomplished with this small fragment of CSS (you can place it, for example in Appearance > Customize > Additional CSS):

    a.wpsl-directions {
    display: none;
    }

    Check it out!
    Regards,

    • This reply was modified 3 years, 5 months ago by farroyo.
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Direction’ is closed to new replies.