Hi i added my own background to the site and when i scroll down pages it repeats it self over and over..
how would i make it so it just show the background picture once and when page scrolls down the background picture just stays in one place?
thanks for your help cheers.
Remember you can google common css code syntax - for example, "css fixed background no repeat" brings up several pages of coding examples. You need to add to your css for the background:
background-image:url('yourimage.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-image:url('yourimage.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Who is online
Users browsing this forum: No registered users and 8 guests