Hi,
I have a css style, e.g.
.custom-directory-search {
display: none !important;
}
that is applied to content within a
element, e.g. , which I would like to be able to conditionally apply, by toggling the style on or off on clicking a button.
I’d be very grateful for any assistance. Thanks.