Elementor Editor Back-End Custom CSS or JS

 

 

function change_elementor_publish_button_color() {

  ?>
  <script>
      // custom js
  </script>
  <style>
    .customcss{	}
  </style>
  <?php
  
}
add_action( 'elementor/editor/footer', 'change_elementor_publish_button_color' );

 

Leave the first comment