I am currently working on a Joomla website. I decided to organize my media files by creating a folder called 'Media/Photos' in the Media directory of Joomla. Inside this folder, I uploaded a photo named 0.Background.jpg
.
In order to change the background of the default template, I attempted to modify its CSS file with the following code:
body{
background-image: url("media/photos/0.Background.jpg");
background-size: 100%;
}
However, when trying to apply the background image, it was unable to locate media/photos/0.Background.jpg
.