jQuery(function ($) { $(document).ready(function($){ $('#loginform input[type="text"]').attr('style', '-webkit-box-shadow: inset 0 0 0 1000px #F7F7F7, 0 0 5px 3px rgba(255, 255, 255, 0) !important'); $('#loginform input[type="password"]').attr('style', '-webkit-box-shadow: inset 0 0 0 1000px #F7F7F7, 0 0 5px 3px rgba(255, 255, 255, 0) !important'); $('#loginform input[type="text"]').attr('placeholder', 'username'); $('#loginform input[type="password"]').attr('placeholder', 'password'); $('#lostpasswordform input[type="text"]').attr('placeholder', 'username or email'); anchor = document.getElementById( "backtoblog" ).getElementsByTagName( "a" )[0]; anchor.innerText = object_name.backto; }); });