Hi, how can I add a background image to the site? Template Finance of course.
thanks
Marie
body {
background:url(../images/background.png) repeat scroll top center #FFFFFF !important;
}
/templates/gk_finance_com/css/style.php?colors=001122,013971,014b94,b51a1b,99bde2,f5fafe,fdf2f2,efeeee,ffffff,333333,013971,014b94,ffffff
body {
background:none repeat scroll 0 0 #EFEEEE;
body {
background-image:url("../images/logo_bg.JPG");
background-position:50% 50%;
background-repeat:no-repeat;
}
body {
background-image:url("../images/logo_bg.JPG") !important;
background-position:50% 50%;
background-repeat:no-repeat;
}