Viewing 1 replies (of 1 total)
  • Hello there,

    If you can’t use our shortcode, what you can try to do is to hide that section via your Customizer interface: WordPress -> Appearance -> Customize -> Additional CSS

    Then add this css to it:

    .translatepress-language_code .class {
    display: none;
    }

    Where langugage_code is the code for the language you don’t want that section to be displayed and .class is the class which contains that section (you can also use ids).

    Here is an example of how to hide the banner on the English version:

    .translatepress-en_US .uabb-hotspot-container {
    display: none;
    }

    You can probably assign an additional class/id to each element so that should help you solve the problem.

    Best regards,
    Cristian

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Element with beaver Builder’ is closed to new replies.