I have a menu of a site where the element I change to a transparent color but it does not change, even putting it as important in front of the property. Look:
Inthismenuitlookslikethisinmystyle.css
.navigation{height:50px;background:rgba(243,241,245,0.04)!important;-webkit-box-shadow:003pxrgba(0,0,0,.4);-moz-box-shadow:003pxrgba(0,0,0,.4);box-shadow:003pxrgba(0,0,0,.4);-webkit-border-radius:004px4px;-moz-border-radius:004px4px;border-radius:004px4px;z-index:2;text-align:center;font-family:'RobotoCondensed',sans-serif;position:absolute;top:0;}
Inthebackgrounditisalreadytransparent,butwhenIreloadthepageitreturnstothecolor:
background:#f8f7f3;
Does anyone have any idea why I can not handle the rgb value that I put?