Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #750941

    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

    • This topic was modified 7 years, 8 months ago by river7527.
    #751316

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.