I've installed Vision and trying to create for the first time a new website.
After some modifications I became aware that the special image at the right side of this theme is repeating continuously.
It is the photo named in Custom | CSS background image.
What to do?
Thanks
Comments
please send us link to page where image is repeating so we can have a look on it.
html {background-image: url("http://ecomerge.nl/wp-content/uploads/2016/05/frontpagetest-1.jpg");}which is not right. To do not repeat background, you need to use the following css instead:html { background-image: url("http://ecomerge.nl/wp-content/uploads/2016/05/frontpagetest-1.jpg"); background-repeat: no-repeat;}P.S. We removed above details because it's a public section and your access is visible to everyone so anyone can log-in to your site and do whatever want.