Add FH button replacing existing button

PHOTO EMBED

Tue Oct 24 2023 08:03:32 GMT+0000 (Coordinated Universal Time)

Saved by @jpooril

<script>  
  jQuery(document).ready(function($){
$('.et_pb_more_button').addClass('fh-button-true-flat-yellow');
$('.et_pb_more_button').removeClass('et_pb_more_button et_pb_button');
  });
</script>
content_copyCOPY