change background in phoca-maloo

Phoca Templates - templates for Joomla! CMS
kessi54
Phoca Member
Phoca Member
Posts: 30
Joined: 03 Jun 2008, 18:28

change background in phoca-maloo

Post 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?
Last edited by kessi54 on 21 Mar 2012, 09:04, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: change background in phoca-maloo

Post by Jan »

Hi, you need to stylize then module positions:

templates/phoca_maloo/themes/main/...
If you find Phoca extensions useful, please support the project
kessi54
Phoca Member
Phoca Member
Posts: 30
Joined: 03 Jun 2008, 18:28

Re: change background in phoca-maloo

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: change background in phoca-maloo

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply