Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #848016

    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.

    #848036

    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

    #848040

    OK, thanks. That’s a workably solution.

    #848575

    Hi andreaskalt,

    Glad that it worked for you.


    @tjswarbs78
    : Thanks for helping out :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can I hide page elements temporarily?’ is closed to new replies.