• Resolved clawduda

    (@clawduda)


    Hi,

    On a page that is edited with elementor, i am looking for a way to disable a certain section from appearing on the page but without deleting it. It could be achieved with css or I noticed in the section if i go to the responsive option i can select to “hide” it from desktop,mobile,tablet

    But, this is not ideal because the content is still exported on the page, just hidden with css. I am looking to make the section simply not be exported at all until i enable the section back

    Thank you in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    Can you please send me a link to your site?

    Thread Starter clawduda

    (@clawduda)

    Hi,

    Thank you for answering me but is the link to the website necessary ?

    The website is currently local, but my question is strictly for a function in the admin it doesn’t have to do with the frontend.

    Thank you

    Hi

    Unfortunately the Elemntor fon now only has the option to hide or show some sections on special devices regarding custom CSS – Under the Advanced tab, add a unique class name to the CSS Classes field. For example, you can add “hide-section” as the class name.

    1. Save your changes and update the page.
    2. Go to Appearance > Customize > Additional CSS in your WordPress dashboard.
    3. Add the following CSS code to hide the section:.hide-section { display: none; }
    4. Save your changes.

    Please note that we do not usually provide users with custom code, and this is just a workaround for your specific issue. You should use this code at your own discretion. We also do not provide future troubleshooting for custom code. For reference, check out what we support here:
    https://elementor.com/help/how-do-i-get-premium-support/#whatwesupport

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Temporary disable section without deleting it’ is closed to new replies.