background per page

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Aug 20, 2010 10:10 am
Hi Guys,

I bought the Corporate template and i want different backgrounds per page. I already altered the background within the body tags see example:

body {

/*line-height:1.7; background:#746592*/
/*#f4f2ef*/
margin: 0 auto;
padding-top: 145px;
background-color: #fff;
background-image :url('../images/body_bg.png');
background-repeat: repeat;
background-attachment: fixed;
background-position: top center;
}
But i want for each page a diffrent background so i tried this option:
.bg2 body {

margin: 0 auto;
padding-top: 145px;
background-color: #fff;
background-image :url('../images/body_bg2.png');
background-repeat: repeat;
background-attachment: fixed;
background-position: top center;
}

But that didn't work at all. I tried to use the suffix bg2, .bg2 both didn't work.
Am i doing something wrong? And does somebody have a solutions for this issue?

Thanks in advance
User avatar
Fresh Boarder

GK User
Sun Aug 22, 2010 11:16 am
Does nobody got an answer??
User avatar
Fresh Boarder

teitbite
Mon Aug 23, 2010 12:29 pm
Hi

I do not think our templates got such functionality, but I'm pretty sure there is some kind of plugin which can do that.

I got an idea how to make the page suffix work but that would require to some code changes. Pleas mail me if You want to hire me for that.
User avatar
Moderator


cron