Hi
I've adapted the overide.css as follows - and taken your advice regarding the suffix (which I called bkground), which, is now displaying under the source code
- Code: Select all
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
/* Here you can include your override CSS styles */
body.bkground {
background: #fff url("../images/many-mercury-droplets-1500w.jpg") no-repeat scroll center top;
}
The background of the page is now fully #fff - however, the image is not displaying, although it is present in the images directory under that URL
Any ideas please?
Many thanks!