Hide image-element on specific locale

We’re using builder to create landing pages for our webshop, more specifically Top 10 product pages. We are present in 11 different countries, which means we have 11 locales.

We’re having issues with being able to hide a specific element (an image) on one locale, because we aren’t allowed to sell the product in that country. The element in question:

I can’t seem to hide the element on the nb-NO locale, which means it’ll show up like this on our live page (see screenshot below).

Is there any way to hide an element on a specific locale?

Hello Yessica,

The easiest way to manage this will be using data binding → hideIf.

Check this Loom:

The other option, but it will take more time, is using variant containers:

Let us know if you have any questions.

Thank you,