How to remove css property in jQuery October 4, 2022 by Tarik You can remove them by: $(".icha0").css({ 'background-color' : '', 'opacity' : '' });