I have this line in my code:
<label style="font-weight: bold" for="sedii18n_codice_paese_indirizzo">Codice paese indirizzo</label>
but the label is showed normal.
If I go to the Chrome Inspector I can see this:
font-weight: normal !important;
If I change font-weight
in the inspector the weight of the font is modified normally.
Looks like something else is overriding your bold style, hence the !important tag. Chrome Inspector should tell you where the font-weight: normal !important;
is being applied. You can try putting font-weight: bold !important;
inside your style attribute to override this override. :-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With