Geo Style
Conditionally apply internal or external styles, based on one or more conditions you have defined with the visitor data properties.
How Does It Work?
How To Implement
Attribute Name
Attribute Value
Which Page Element?
Example
<!--
If the Visitor IS In Australia, Every Element's Font Color Will Change to Red
-->
<style type="text/geoflow" data-geo-style="countryCode:AU">
* { color: red; }
</style>Last updated
