I have a CSS Element that looks like this:
.elementor-element #returnDate{
?
}
Basically, I want to be able to create a text link or a button (whichever is easier) that will toggle that particular CSS Element as visible or hidden. It's my understanding that I can only do that through CSS with a checkbox, so if I'm looking to create a toggle via text or a button then I probably have to use Javascript. Can anyone advise on how I would do this?