Hide Address/Directions

HIDES DIRECTIONS FOR A SINGLE LOCATION - ADJUST THE CORRESPONDING NTH NUMBER "li:nth-child(x)" #_the_map_wrapper > div > div.b2b-location-items-container > div > div > ul > li:nth-child(1) > div.b2b-location-basic-info > a.b2b-location-get-directions.color_bodylinks {display:none!important;} HIDES ONLY STREET ADDRESS - SHOULD BE DEFAULT CODE USED UNLESS OBS SPECIALLY REQUESTS ENTIRE ADDRESS REMOVED: .primary.tsi-address {display:none !important;} .primary.tsi-phone {width:100% !important;} .b2b-location-get-directions.color_bodylinks {display:none !important;} .footer-street-address.footer-address {display:none !important;} .mobile-multi-locations .tsi-address a {display: none !important;} .b2b-location-get-directions {display:none !important;} HIDES EVERYTHING: .primary.tsi-address {display:none !important;} .primary.tsi-phone {width:100% !important;} .b2b-location-get-directions.color_bodylinks {display:none !important;} .footer-street-address.footer-address, .footer-city-state-zip-address.footer-address {display:none !important;} .mobile-multi-locations .tsi-address a {display: none !important;} HIDES GET DIRECTIONS ONLY FROM LOCATION MAP AND DESKTOP - LEAVES ADDRESS, CITY, STATE, ZIP VISIBLE: - CAN BE USED WHEN CLIENT WANTS P.O. BOX ADDRESS ON SITE .primary.tsi-phone {width:100% !important;} .primary.tsi-address {display:none!important;} .b2b-location-get-directions.color_bodylinks {display:none !important;}

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.