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…

#156677

Thanks again!

So, everything worked but the font size. It looks like it’s getting font size 12 from:
.element.style {
font-size: 12px;
}

According to the dev tools in Chrome (the p, li {} has the font size crossed out) But if I do:
.element.style {
font-size: 13px;
}

nothing happens.

I’ll take a look at that link and then get rid of the “!important”s.

Thanks!