Log in

View Full Version : additional.css not working


worried
03-10-2011, 09:46 AM
It's working fine for some css I added but not for the blog text editor

.editor_textbox textarea, .editor_textbox iframe {

font: 13px;
}

Firebug lets me increase the font size but adding this to additional.css does nothing.

Boofo
03-10-2011, 11:37 AM
Try using font-size: 13px;

worried
03-10-2011, 01:53 PM
That did it. Funny I'm using "font: 13px;" elsewhere and it's working

Boofo
03-10-2011, 02:01 PM
Not if you are using it in CSS. It must be being over-ridden by something else.