diff --git a/js/customizer.js b/js/customizer.js index 0bf7580e..a97f3156 100644 --- a/js/customizer.js +++ b/js/customizer.js @@ -29,9 +29,11 @@ } else { $( '.site-title a, .site-description' ).css( { 'clip': 'auto', - 'color': to, 'position': 'relative' } ); + $( '.site-title a, .site-description' ).css( { + 'color': to + } ); } } ); } );