View Single Post
  #14  
Old 04-02-2017, 10:32 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: How to change the background of my website.

At the moment the CSS rule that adds the custom background is this one:
Code:
body { background-image: url(/var/theme/images/tweed.jpeg) !important; }

Change it to:
Code:
html, body { background-image: url(/var/theme/images/tweed.jpeg); }

Also, you should tweak the image itself (at the moment it doesn't tile perfectly) and move it out of the "var" directory (XC5 may drop this directory and recreate it when rebuilding the site).
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote