$(function() { var $toCopy = $('.copycat'); $toCopy.each(function() { var $to = $(this); var $from = $(this).parent().next().find('.t-cloud-background'); // Get all computed styles of the 'from' element var styles = window.getComputedStyle($from[0]); // Copy each style to the 'to' element for (var i = 0; i < styles.length; i++) { var property = styles[i]; var value = styles.getPropertyValue(property); $to.css(property, value); } // Check if the background image of the 'from' element is set to none if (!(styles.getPropertyValue('background-image') === 'none')) { console.log('This is it'); // Add a class to the child element of the 'to' element $to.parent().find('.bold-title').addClass('makemewhite'); } }); }); /*******************************************************************/ /* ftrtch dino */ /* [type: JS] [file:main-title] [125.13725] DESIGN*/ /*******************************************************************/ /* 0.3 D>D */ /* db 154 */