Path to Background images [SOLVED] October 19, 2019, 02:27:49 PM 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 isExampleC:\xampp\httdocs\yourapp\assets\images <--------------- Here is when you need put background imagesbackground:url('../images/stok.jpg'); Mean --->background:url('assests/images/stok.jpg'); Quote Selected Last Edit: October 19, 2019, 02:29:58 PM by ocalle