Add text next to call us or hours on map - css only

.b2b-location-items ul li p span:nth-child(2):after { content: " | Open 24/7 " !important; } /*MULTIPLE LOCATIONS WITH DIFFERENT NEEDS (2 is second location, 3 is third)*/ li[data-index|="2"] .b2b-location-h2:nth-child(2):after { content: "" !important; } li[data-index|="3"] .b2b-location-h2:nth-child(2):after { content: "" !important; }
*Adjust nth-child(#) to change where it shows on map.
**Adjust before or after to put before or after call us

https://cl.ly/0u2v0b310o2K

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.