Quote:
|
Originally Posted by daylin
Is it possible to remove the background image from the chat boxes easily? Also is it easy to control this colour?
|
eq2ui_mainhud.mainchat.xml
2nd to last line should be an Object named WC_Backdrop.
Delete RStyleDefault="/Fetish.FrameStyles.fetish_bg"
This will make the background a solid black.
insert BackgroundColor="#0000FF"
Any hex color value will work. #0000FF happens to be blue. If you don't know how hex colors work, Google for "web color pallet". There's plenty of sample pages out there.