I have this code:
<header style="background-image:url(http://www.......com/wp-)">
Then with a css style
header{background-image:none !important}
With responsive I need to return to show the fund that cancels with !important
I had tried to use :unset !important
, inerhit !important
e initial !important
none of the above manages to cancel the CSS command - none !important
.
Can anyone help me?