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