<em>@jldesign 187563 wrote:</em><blockquote>Hi All,
I was wondering how do i change the backgrond off template JA rasite. I whant to make something like the extra backgrond with the small images around the header.
also i wanna make my own background expand just like that one my guess is that if just make something i would repeat it self over and over how longer your page gets so how do i get it like the big boys do it here @ Joomlart ?
Thnx
Gr,</blockquote>
Dear jldesign,
If you want edit background color in Template rasite.
You could edit code in file templates/ja_rasite/css/template.css
find the code:
body#bd { background: #191A1B; color: #454545; } (default is 22 lines)
and change with
body#bd {background-image:url(YOUR IMAGE LINK)}