Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Path to Background images [SOLVED] (Read 1100 times) previous topic - next topic

Path to Background images [SOLVED]

HI , When u wanna make your own custom background image, in the opction [CUSTOM APP]  the example code is as follow

   /*
      You can set different background styles for different pages
      Example:
      body.products-index {
         background:url('../images/stok.jpg');
         background-size:cover;
      }
      
   
Well the real path of the image is located below ASSETS Folder,  the path in Apache is

Example

C:\xampp\httdocs\yourapp\assets\images          <---------------  Here is when you need put background images

background:url('../images/stok.jpg');  Mean --->background:url('assests/images/stok.jpg');