Page 1 of 1

change background in phoca-maloo

Posted: 14 Mar 2012, 19:42
by kessi54
Hallo,
in phoca-maloo template the site left and right of the template is white, how and where(which file) can I change this?
I put in the following comand in the theme.css but nothing happened. :cry: Can somebody help me?

#phoca-site {
backround: blue;
}

I also tried

backround: #330066;

Best regards
Klemens

P.S. How can I mark the thread as solved?

Re: change background in phoca-maloo

Posted: 19 Mar 2012, 23:18
by Jan
Hi, you need to stylize then module positions:

templates/phoca_maloo/themes/main/...

Re: change background in phoca-maloo

Posted: 21 Mar 2012, 08:56
by kessi54
Hallo Jan,
thank you for your reply. I solved the problem now. I put the background-device in the template.css. And there was an other problem, I forgot the "g" in background(backround).

body {
font-family: Tahoma, Arial, sans-serif;
line-height: 1.3em;
margin: 0;
padding: 0;
font-size: 12px;
color: #333;
background: #330066;
}

Best regards
Klemens

Re: change background in phoca-maloo

Posted: 21 Mar 2012, 19:30
by Jan
Ok