Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- if ( $( 'body' ).hasClass( 'home' ) ) {
- var project = $( '.et_pb_portfolio_0 .project' );
- project.each( function() {
- var title = $( this ).find( '.et_portfolio_image img' ).attr( 'alt' ),
- overlay = $( this ).find( '.et_portfolio_image .et_overlay' );
- $( this ).find( 'a' ).attr( 'title', '' );
- overlay.prepend( '<p class="project-title">' + title + '</p>' );
- } )
- }
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment