Support

Account

Home Forums General Issues get_field() — noob problems with Brizy Reply To: get_field() — noob problems with Brizy

  • Hi @jarvis!
    Thanks a lot for your answer — and your patience!

    When I want to hide a specific div (class would be .hide-me) if “test” is empty — do have to use the same workaround as you described above by using `<style>
    .hide-me {
    display: none;
    }
    </style>`

    Thank you!