Font size when editing
Hi,
I am using HTML 5 in my sitefinity site and I am also using the 1140 Grid system.
At the top of my CSS file I have this:
body background-color: #FFFFFF; font-size: 62.5% !important; font-family: Lucida Grande, Lucida Sans, Trebuchet MS, Sans-Serif; color: #696969;By editor you mean the page editor or literally the RadEditor?
Personally I'd load up firefox\firebug and inspect the text to see what the problem is. If you have a masterpage and your CSS file attached (or in the global theme directory) it should just come down and be applied.
Personally, I tend to apply a top class right from the body level, and use at least that level of specificity for all of my custom classes, or for any standard element styles I want to override.
body.mybaseclass background-color: #FFFFFF; color: #696969; etc:etc;.mybaseclass .anotherclassofmine etc:etc;
.mybaseclass h1
etc:etc;
<body class='mybaseclass'>OK, I will have a shot at that.
I expect it to work, but was hoping that I was doing something wrong in the overall CSS.
I keep wanting to organize a webinar that focuses on design in Sitefinity.