Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Competing Text Formatting… Reply To: Competing Text Formatting…

#156702

I looked there and it looks to be (from the computed tab):
font-size: 12px;
element.style – 12px

As I mentioned above, I tried:
.element.style {
font-size: 13px;
}

But that didn’t do anything. And what’s strange is when I go back to the computed table after saving the changes and reloading the page, it still says that the font is 12px.