Is it possible to hide certain elements of a page temporarily without deleting them? I have a content element that I want to show for a couple of weeks at a certain time of the year. For the rest of the year I want to hide it but I don’t want to build it again from scratch every year.
Thanks for any suggestions.
Hi,
The easiest way would be to add a class to the element in question and use some css to hide it.
Have you turned on custom css classes for ALB elements?
Once done add a class of say hide-me to the elements in question then use…
.hide-me {display:none;)
in your custom css to hide said element.
Hope that helps a little
TJ
OK, thanks. That’s a workably solution.
Hi andreaskalt,
Glad that it worked for you.
@tjswarbs78: Thanks for helping out :)
Best regards,
Nikko