Hi there
I'm using this code :
<script>
jQuery(document).on("click", ".button-show", function(event) {
jQuery(".button-hide").toggleClass("button-show");
});
</script>
With the new update I can still click & hide the button, but in the admin area, I can't see and edit my text anymore.
What can I do? Thank you
Best
Alessia