Divi read more Text replace with custom text in divi builder via JS Query simple code in wordpress - Jagrav Education
BANNER 728X90

Wednesday, October 27, 2021

Divi read more Text replace with custom text in divi builder via JS Query simple code in wordpress

 

use simple JS Query for replace text 

<script type="text/javascript">

(function($) {

$(document).ready(function() {

var newVal = 'Preview';

$('.more-link').html( newVal );

});

})(jQuery);

</script>

No comments:

Post a Comment

Divi read more Text replace with custom text in divi builder via JS Query simple code in wordpress

  use simple JS Query for replace text  <script type="text/javascript"> (function($) { $(document).ready(function() { var ne...