Ticket #38993: 38993.diff
File 38993.diff, 802 bytes (added by , 9 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/js/customize-preview.js
56 56 }); 57 57 $( 'body' ).addClass( 'title-tagline-hidden' ); 58 58 } else { 59 60 // Check if the color has been removed and revert to default element color 61 if ( !to.length ) { 62 to = 'inherit'; 63 64 // Check if header has custom image and apply appropriate styles 65 if ( $('.has-header-image').length ) { 66 to = '#fff'; 67 } 68 } 59 69 $( '.site-title, .site-description' ).css({ 60 70 clip: 'auto', 61 71 position: 'relative'