Hello All,
How do you change the background image in the Image Show module in Startup template. I try to make modifications in the CSS but I'm getting errors from the controller in the helper.php file.
PLEASE HELP!
Thanks in advance.
Bre'
#gkHeader.nobg {
background: url("/joomla25/startup/templates/gk_startup/images/header_bg.jpg") no-repeat scroll center top transparent;
}
.newsheader #gkHeader {
background: url("/joomla25/startup/templates/gk_startup/images/header_news.jpg") no-repeat scroll center top transparent;}
.sportsheader #gkHeader {
background: url("/joomla25/startup/templates/gk_startup/images/header_sports.jpg") no-repeat scroll center top transparent;}
.gamesheader #gkHeader {
background: url("/joomla25/startup/templates/gk_startup/images/header_games.jpg") no-repeat scroll center top transparent;}