Hello,
I would like to change white background of JF Texturia template with some texture or even an image. Is this possible. Only thing that came close to an answer was this:
'For #1: you can go to templates/jf_texturia/css/templates.css find line 53:
#jf-body {
background: url("../images/jf_body.png") repeat-x scroll left top #F6F6F6;
margin: 0;
padding: 0;
}
If you want change background color, you can replace #f6f6f6.
jf_body.png is top orange line.'
So, I understand I can change color by changing #f6f6f6 but can I, and how, put an image
as a background.
I use PHP 5.2.9. and Joomla 1.5.15.
Tnx in advance.