You can disable the image, or replace it with any image. To do so
please edit: /templates/gk_bikestore/css/override.css and add at its end:
- Code: Select all
body {
background-image: none;
}
to hide this image or:
- Code: Select all
body {
background-image: url('../images/your_custom_image.png');
}
to replace it with your_custom_image.png (you need to place that file in /templates/gk_bikestore/images/ folder)
Remember to enable "CSS override" in template settings - advanced section.