Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$2
Delete Black Box Behind Menu Graphic and the Dark Blue Box...
http://pleng.us/page-2/
If you provide an email address...I can email the files that you need to look at it
Alison Galy | 07/12/12 at 5:01pm
Edit
Tutorial: How to assign prize money
Previous versions of this question:
07/12/12 at 7:57pm
| 07/12/12 at 10:14pm
(3) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
07/12/12
5:14pmNavjot Singh says:Replace
#header_wrapper
{
background: #05131b url('http://pleng.us/wp-content/themes/Pleng/images/skins/light_blue_menu_bg.png') no-repeat center top;
}
with
#header_wrapper
{
background: #2396B2;
}
in your header.php style tag for header fix.
For changing the footer background, edit this field:
#footer
{
background: #05131b;
}Previous versions of this answer: 07/12/12 at 5:14pm | 07/12/12 at 5:14pm
-

Last edited:
07/12/12
5:25pmLuthfi Bintoro says:for the gray box. please open screen.css and go to line around : 975. you will see :
.page_caption
{
width: 100%;
padding: 10px 0 30px 0;
margin: auto;
color: #999;
background: #fff url("../images/bg_gredient.png") repeat-x center bottom;
margin-top: 20px;
}
change that into :
.page_caption
{
width: 100%;
padding: 10px 0 30px 0;
margin: auto;
color: #999;
background: #fff;
margin-top: 20px;
}
and then go to line around: 2468. you will see :
.home_boxes_footer
{
height: 10px;
background: #e1e1e1 url("../images/bg_ip3.png") repeat-x center bottom;
border-top: 1px solid #D3D3D3;
}
change that into :
.home_boxes_footer
{
height: 10px;
background: #ffffff ;
border-top: 0px solid #D3D3D3;
}
now go to line 100. in your screen.css you will see :
#footer
{
width: 100%;
margin: -9px 0 0 0;
background: #90c847 url('../images/skins/blue_footer_bg.png') repeat-x center top;
padding: 10px 0 0 0;
text-shadow: -1px 0 1px #000;
margin-top:1px;
}
change that into :
#footer
{
width: 100%;
margin: -9px 0 0 0;
background: #ffffff;
padding: 10px 0 0 0;
text-shadow: -1px 0 1px #000;
margin-top:1px;
}
and then go to line 2060 you will find :
#footer ul
{
display: block;
width: 900px;
margin: auto;
list-style: none;
padding: 20px 0 30px 0;
text-align: left;
font-weight: normal;
color: #ccc;
font-size: 11px;
}
change that into :
#footer ul
{
display: none;
width: 900px;
margin: auto;
list-style: none;
padding: 20px 0 30px 0;
text-align: left;
font-weight: normal;
color: #ccc;
font-size: 11px;
}
Previous versions of this answer: 07/12/12 at 5:24pm | 07/12/12 at 5:25pm
- 07/12/12 6:12pm
Alison Galy says:almost...there is just a little piece of the dark blue in the footer still and a black bar behind the header. Also, need the white part of the page to go up behind the header curve.
Thanks!
- 07/12/12 10:57pm
Luthfi Bintoro says:ohh i see, please open the screen.css again and go to line around : 100. you will see :
#footer
{
width: 100%;
margin: -9px 0 0 0;
background: #ffffff;
padding: 10px 0 0 0;
text-shadow: -1px 0 1px #000;
margin-top:1px;
}
change that into :
#footer
{
width: 100%;
margin: 0px 0 0 0;
background: #ffffff;
padding: 0px 0 0 0;
text-shadow: -1px 0 1px #000;
margin-top:0px;
}
now you need to open the footer.php, please find the <br class="clear" >
now to move up the content, please open screen.css and go to line around : 975. you will see :
.page_caption
{ display:none;
width: 100%;
padding: 10px 0 30px 0;
margin: auto;
color: #999;
background: #fff;
margin-top: 20px;
}
change that into :
.page_caption
{ display:none;
width: 100%;
padding: 10px 0 30px 0;
margin: auto;
color: #999;
background: #fff;
margin-top: 20px;
}
hope this help
- 07/12/12 6:12pm
-

Last edited:
07/12/12
10:42pmArnav Joy says:open screen.css at
wp-content/themes/Pleng/css/screen.css
and find out following (line no. 415)
#header_wrapper{
height: 120px;
width: 100%;
}
change it to
header_wrapper {
background: none repeat scroll 0 0 #ffffff!important;
height: 120px;
width: 100%;
}
This question has expired.
Current status of this question: Community pot
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
