Option 1:
You can rename your image to "bg_pattern.png" and upload to "templates/gk_restaurant/images/style2/" overwriting current image file.
Or
Option 2:
You can open "/templates/gk_restaurant/css/override.css" file with a notepad and add below css code in it.
For this example I have used image name as "mynewbackground.png" you can use anything you like.
- Code: Select all
body {background-image: url("../images/style2/mynewbackground.png");}
You would then upload your new image to "/templates/gk_restaurant/images/style2/"
Then enable css override option in templates setting > advanced settings > css override "on".
You can do either one. Using second option is recommended as in future in case you update your template then obviously original image will come back as template update will overwrite your file.
Let me know if you need further help
