endurain
1/31/2019 - 5:27 PM

removeclassjquery

<script>
  
$( document ).ready(function() {
   $(".ppc_header_show_business_hours:last").remove();
});
</script>