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
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
Hey!
For color section, please use following
#ansatte { display: none; }
Cheers!
Yigit
Thank you! Then I have both quick codes!
Worked great!
Thomas