NewEnglandAirsoft Posted September 12, 2013 Share Posted September 12, 2013 (edited) Changing Background So Im a little stuck I want to be able to change the background which is solid gray to transparent to see right through.... Or change it to another image... while leaving said red arrow background alone... Any help is appreciated Edited September 12, 2013 by NewEnglandAirsoft (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 you use non-default theme, so can you pelase turn off maintenance mode for a while? it will be really heplful in this case. by default you can change backgrund in global.css file (line 53) body { font: normal 11px/14px Arial, Verdana, sans-serif; color: #222; background: #fff; } but as is said you use non-default theme so it might be a little bit different Link to comment Share on other sites More sharing options...
NewEnglandAirsoft Posted September 12, 2013 Author Share Posted September 12, 2013 (edited) Solved /* ************************************************************************************************ structure ************************************************************************************************ */ #page {background:#ececec;} #header { z-index:10; width: 100%; margin:0 auto; height:190px; border-top:10px; background:url(../img/bg/bgH001.png) repeat-x scroll left top #666; box-shadow: 1px 1px 12px #555;} .header_container {width: 1200px;margin:0 auto;} #columns {padding:12px 10px 10px;z-index:1} #left_column {} #center_column {} #right_column {} #footer {width: 100%;margin:0 auto;} .footer_container {width: 1175px;margin:0 auto;} Edited September 12, 2013 by NewEnglandAirsoft (see edit history) Link to comment Share on other sites More sharing options...
NewEnglandAirsoft Posted September 12, 2013 Author Share Posted September 12, 2013 (edited) thanks Edited September 12, 2013 by NewEnglandAirsoft (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts