Hi there!
Thanks for your query!
There is two ways to do so.
- Please go to your image location '/templates/rythm/images/footer-bg.jpg' within the template folder then delete the image an create a new image file with the same name. Screenshots for your ease:
https://prnt.sc/z66iC4JesM0_
https://prnt.sc/h938eAbXa8BI
- Or
You may use the following sample code in your custom CSS:
#sp-bottom {
background-image: url(/rythm_quickstart_j4_v2.0.0/images/904232_393831067398232_2093578781_o.jpg)!important;
}
You have to use your own image url in the above code. The image should be uploaded in your media already.
Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Note: Path towards custom CSS(Joomla 4): System > Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards