first of all: The Phoca Templates are awesome! for the Phoca Team
I'd like to change the background of the content area and Navigation (as for part 1):
Part one:
Everything that is white now I want to change to a light brown color. I know I have to adjust the "framing graphics" like lbg.png and rbg.png. But the CSS-Work seems to be a bit difficult to me. What styles do I have to change?
Part two:
For the same area (like in part 1) but excluding the navigation column, I want to show a background image as well. The area right from the navigation should show a light picture. I think it's #phoca-content2. the Problem is:
Code: Select all
#phoca-content2 {
position: relative;
float: left;
width: 715px;
overflow: hidden;
padding: 10px;
background-image: url(../images/content-background-1.gif);
}
Sum up: I'd like to change the white part to a light brown color. And I want to show a large background picture (it's a photo!) behind the text/article area.
I appreciate any help
Masa