I'm trying to modify a color in a text marked by the tag "U" with the color already defined in html.
It is so in html:
<u> <font color="#0000c0">somente no seu e-commerce</font> </u>
I tried as follows in the css:
u {color: rgb (20,20,20)! important; }
but I do not accept the color, I believe that the fact is defined in the source code.
the important detail, I do not have access to modify the html, as it is generated by web software. all layout modification gotta be done ONLY by CSS.