Hide map instructions text

< 1 min read

Add the following CSS to the Additional CSS area in Customizer

PHP
#lpac-map-instructions{
   display: none;
}