How can I show text only if the visitor is coming from multiple countries?
-
hy,
this works great:
.geoip { display: none !important; } .geoip-country-DE .geoip-show-DE { display: block !important; }
but is any way to use one class for more countries?
i know i can with multiple classes:
.geoip geoip-show-DE geoip-show-IE geoip-show-FR .....
but can i put all in one class?
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can I show text only if the visitor is coming from multiple countries?’ is closed to new replies.