question about Style Properties: General:HTML

typostudy

Member
In acp->Style Properties-> General->HTML,
1. I changed the text, color:green, size:30px; but in front end, texts are not changed, color is still black, font still 11pt. why?
2. Miscellaneous: min-width: 1000px;
This one is under which class/id. I am trying to see this value in front end using Firebug, but i did not see it.
 
In acp->Style Properties-> General->HTML,
1. I changed the text, color:green, size:30px; but in front end, texts are not changed, color is still black, font still 11pt. why?
2. Miscellaneous: min-width: 1000px;
This one is under which class/id. I am trying to see this value in front end using Firebug, but i did not see it.

Taking a long-shot guess here...as Jake said, being as specific as possible will usually net you a clearer answer....

Since you said it is still 11px and black, the font you are probably talking about is the font of the post contents...that would be this... (.messageText)
ACP --> Style Property Groups --> Message Elements --> Message Text
edit Size & Color:



ACP --> Style Property Groups --> General --> Page Width Controller
edit the 'Miscellaneous' section

and for the page width you would be looking for .pageWidth in firebug
pageWidth.webp
 
Top Bottom