Shape 5

Joomla Templates => Appwonder - Club => : jc786 August 13, 2011, 11:16:50 AM



: background color
: jc786 August 13, 2011, 11:16:50 AM
Hi
I want to make all the pages/module position have a solid black background without the mesh effect, including the footer and header areas. Please advise
thanks


: Re: background color
: jonahh August 15, 2011, 11:04:57 AM
Look at about template.css (line 680) and you'll see the below this are the patterns overlaying on each section:

#s5_top_row1_area1 {
    background: url("../images/Shape5_Appwonder_background1.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
#s5_top_row2_area1 {
    background: url("../images/Shape5_Appwonder_background2.png") repeat scroll 0 0 transparent;
    color: #B1B1B1;
}
#s5_top_row2_area1 h3 {
    color: #FFFFFF;
    margin-bottom: 12px;
}
#s5_center_area1 {
    background: url("../images/Shape5_Appwonder_background1.png") repeat scroll 0 0 transparent;
}
#s5_center_area1 a, #s5_center_area1 {
    color: #FFFFFF;
}
#s5_bottom_row1_area1 {
    background: url("../images/Shape5_Appwonder_background3.png") repeat scroll 0 0 transparent;
}
#s5_bottom_row2_area1 {
    background: url("../images/Shape5_Appwonder_background4.png") repeat scroll 0 0 transparent;
}
#s5_bottom_row3_area1 {
    background: url("../images/Shape5_Appwonder_background5.png") repeat scroll 0 0 transparent;
}