RBCC Posted January 6, 2006 Posted January 6, 2006 How do I change the color of the font in the words "Welcome?" John
Power350 Posted January 15, 2006 Posted January 15, 2006 (edited) need to edit ui file with hex editor. Don't know where the setting is though. will post if found.<style resid=leftpanelss> element { background: argb(0,0,0,0); fontface: rcstr(1); } element [id=atom(product)] { animation: alpha | s | mediumslow; } element [id=atom(leftpanel)] { foreground: rgb(239,247,255); } element [id=atom(welcome)] { fontstyle: italic; fontsize: rcint(44) pt; fontweight: bold; padding: rect(0rp,0rp,22rp,0); contentalign: topright; } element [id=atom(welcomeshadow)] { foreground: rgb(49,81,181); fontstyle: italic; fontsize: rcint(44) pt; fontweight: bold; padding: rect(2rp,3rp,20rp,0); contentalign: topright; }check out where is says welcome. do search for in ui file. play with "padding" row to get the right color. Edited January 15, 2006 by Power350
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now