Stylesheet rules can override inline styling if you add !important to the property value.
#whatEver {font-size: 1.2em !important;}
You do need to have a handle (class/id/element/tag) to address the inline-styled element by. This could be
#productDescription font {}


Reply With Quote
