Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #436761

    Hi

    Found this old thread. Has there been any development on this part?
    https://kriesi.at/support/topic/temporary-hide-content-elements/

    My client wants to have the option of hiding elements temporary. Say a job aplication form and such. And not having to delete it and rebuild it every time.

    Thanks

    Thomas

    #436769

    Hi Thomas!

    You can turn on custom CSS field for ALB elements and give your application for a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { display: none; }

    You can comment it out as following whenever you would like to display it

    /* .your-custom-class { display: none; } */ 

    Best regards,
    Yigit

    #436781
    This reply has been marked as private.
    #436783

    Hey!

    For color section, please use following

    #ansatte { display: none; }

    Cheers!
    Yigit

    #436792

    Thank you! Then I have both quick codes!

    Worked great!

    Thomas

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Temporary hide content?’ is closed to new replies.