diff --git a/js/customizer.js b/js/customizer.js index 16fef19e..955d28f1 100644 --- a/js/customizer.js +++ b/js/customizer.js @@ -1,4 +1,6 @@ /** + * customizer.js + * * Theme Customizer enhancements for a better user experience. * * Contains handlers to make Theme Customizer preview reload changes asynchronously. @@ -27,9 +29,11 @@ } else { $( '.site-title, .site-description' ).css( { 'clip': 'auto', - 'color': to, 'position': 'relative' } ); + $( '.site-title a, .site-description' ).css( { + 'color': to + } ); } } ); } );