I’m using the advanced layout editor from enfold theme, but I can’t find any option to hide/show a section. I don’t want to delete one, but just hide it for a time period.
Please help me and tell me what to do.
Thanks a lot,
River
Hey River,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class (“your-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { display: none !important; }
When you would like to display the element, you can simply remove the code from Quick CSS
Best regards,
Yigit