Wonderful. It works
Thank you.
My little Ergonomic suggestion :
It could be better to place, in the same zone,
in the Template settings, everything which is connected
to override like override layouts and override CSS.
For the moment, one is in Basic settings and the other one
in advanced settings. I think having the two in the same place
is better.
Concerning my other point, adding a background image,
meanwhile your answer, I've used another solution,
I retouched directly the template.css
(I know it's bad
)
by changing line 16
- Code: Select all
body { min-height:100%; line-height: 1.8; background-color:#C0D1D8; background: url('http://your.domain.com/templates/gk_appsite/images/style1/main_bg.jpg'); background-repeat:no-repeat; background-position:right top; background-attachment:fixed; color: #656565; border-top: 1px solid #fff; }
I am using an absolute path because it didn't work with a relative Url.
But it could be a problem of typo in my code.
Thanks again Konrad.