I'm attempting to use jQuery to change the background-color of an element from:
background: transparent linear-gradient(#C0B 45%, #C0B)
to:
background-color:#000;
Unfortunately, my attempt to remove the background property with .removeAttr() has not been successful.