Remove the Store Count Text

The map in Agile Store Locator has a store list. Furthermore, the store list has a section on top that shows how many shops are listed which appears as “Number of Shops: x”, this is the store count. 

Moreover, a user is able to remove the store count if they want to. To do so simply add the below CSS line to remove the store count.

#asl-storelocator.asl-cont .Num_of_store span,
#asl-storelocator.asl-p-cont .Num_of_store span {opacity: 0;}

The below image shows the result of using the above shortcode. Moreover, the store count is removed in the below image

Store Count Removed
Store Count Removed