EduardET

bloom custom text image (bullets)

Dec 11th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         var optInText = $( ".et_bloom_optin_2 .et_bloom_form_text p" ),
  5.             imageToInsert = "https://cannabiscienza.it/wp-content/uploads/2017/11/Spunta-Cannabiscienza-e1512669091806.png";
  6.         optInText.each( function() {
  7.             var span = $( this ).find( "span" )
  8.             $( "<img class='wpc-custom-mark' src='" + imageToInsert + "'/>" ).insertBefore( span );
  9.         } )
  10.     } );
  11. } )( jQuery );
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment