Can someone tell me how to change the background of the ja opal template.
I want to make it all black if possible. Thanks.
Can someone tell me how to change the background of the ja opal template.
I want to make it all black if possible. Thanks.


Hi
In this file /templates/ja_opal/css/template.css around line 677 you have
in the same file around line 32 you haveCode:div.ja-mainbg { background: url("../images/body-bg.jpg") no-repeat scroll center top transparent; <---change this to background: none; }
change toCode:body#bd { background: url("../images/mw-bg.gif") repeat-x scroll left top #EBEAE8; color: #555555; margin: 0; padding: 0; }
Code:body#bd { background: none repeat scroll 0 0 #000000; color: #555555; margin: 0; padding: 0; }
drarvindc (05-07-2012)
when i tried that, it set everything to a white screen and with the client looking now, i changed it back.


lumpkan1 (05-05-2012)
Reply With Quote
Thanks Button
Bookmarks