• OK I two sections one class=geoip-hide.uk and the other geoip-hide.uk but the example css makes no sense in the elementor context.

    .geoip { display: none !important; }
    .geoip-country-UK .geoip-show-UK { display: block !important; }
    .geoip-country-AU .geoip-show-AU { display: block !important; }

    .geoip-hide { display: block !important; }
    .geoip-country-UK .geoip-hide-UK { display: none !important; }
    .geoip-country-AU .geoip-hide-AU { display: none !important; }

    I hoped that if ip from AU that this should make geoip-hide-uk display:none

    I have maxmind installed and it tests country=AU

    Foxed.

    The page I need help with: [log in to see the link]

  • The topic ‘How to work this with Elementor’ is closed to new replies.