It is possible to put only left and right a Background-image, see example: http://www.finnsa.de
Regards Manfred
Regards Manfred
In Themes
Share this post:
Accepted Answer
Hi,
If you are talking about the wooden background image, it's not only left or right side background image but it's a whole background image and it's fixed.
It's possible to make such a customisation on Arastta, too.
You can use this CSS code:
You need to place your background image's path in the code.
Regards.
If you are talking about the wooden background image, it's not only left or right side background image but it's a whole background image and it's fixed.
It's possible to make such a customisation on Arastta, too.
You can use this CSS code:
body {
background-image: url(PATH_TO_YOUR_IMAGE.jpg);
background-attachment: fixed;
}
You need to place your background image's path in the code.
Regards.
Responses (11)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Here is the css code to do this:
html {
background-image: url(http://l/arastta/image/catalog/wooden_background.jpg);
}
Write it to Custom Css section and select "Box Width" from Layout section. Please check the screenshot. -
Accepted Answer
Oke thanks for your time. Another problem if i want to print a PDF invoice from a order. Also if i wil update the history from the order:
SyntaxError: JSON Parse error: Unrecognized token '<'
OK
Fatal error: Cannot redeclare class EventAppPplogin in /home//catalog/event/app/pp_login.php on line 14
Hope you know this problem. Regards Manfred -
Accepted Answer
Hi Manfred,
Could you please repost your extra question in a new tread in a suitable forum for it, as it's not related to your theme issue?
http://arastta.org/forum/categories
Thanks.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »