Friday 2 April 2021

Page on load change second line change text.

 <script>

jQuery( document ).ready(function() {

jQuery('your-class-id p:eq(2)').html('llllllllll123');

});

</script>