Stripe disappearing when i click a button

Hello guys,
i need help. In my home page I have a stripe with a simple text ad a button. I need that the stripe disappear when i click my button.

What’s the correct code?

Thanks …

Solved:

export function button3_click(event) {
$w(‘#columnStrip4’).hide();
}