Table of Contents
Users are able to print the store list displayed on Agile Store Locator’s map. In addition, it is also possible for users to make a custom print header for the store list printout.
To create a custom header for the store list, please use the below shortcode:
[ASL_STORELOCATOR print_header="Our Stores List"]
Now when you print the store list, it will be printed with the header you have chosen. Below is an example of a printed store list with “Our Store List” as the header.
Remove the Print Button from the Store Locator #
In order to remove the print button from the Store Locator Listing, please add the following CSS into your Appearance > Customize > Additional CSS.
.asl-print-btn {display: none !important;}