Please could you advise how I assign a background image to the contact form with the University Template?
Many thanks for your help.
body.your_suffix_goes_here {
background: #fff url("../images/name_of_new_image.jpg") no-repeat scroll center top;
}
/*
#------------------------------------------------------------------------
# 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;
}
body.bkground {
background: #fff url("http://www.domain.com/templates/gk_university/images/many-mercury-droplets-1500w.jpg") no-repeat scroll center top;
}
body.bkground {
background: #fff url("http://www.combined.technology/images/many-mercury-droplets-1500w.jpg") no-repeat scroll center top;
}
#gkContent, #gkPageContent {
background: rgba(255, 255, 255, 0.8);
}