How to hide/show a website text based on a filled field in a collection

Hi,

I believe the issue is using a # for the collection name. That is a naming convention for selecting Wix Elements .

Replace the following line:

wixData.query("#Noir")

Updated Code:

wixData.query("Noir")