1. I've read that if I change the logo, the layout will break? Is there a way to do this without ruining the layout?
2. Can i change the header background with a picture file? thanks
My website is http://www.pwusfad.con
1. I've read that if I change the logo, the layout will break? Is there a way to do this without ruining the layout?
2. Can i change the header background with a picture file? thanks
My website is http://www.pwusfad.con
Hey,
if you increase the logo height you need to adjust the image here: http://www.pwusfad.com.php5-22.dfw1-2.websitetestlink.com/wp-content/themes/newscast/images/skin2/bg.png (best way would be to use the included psd files). As you can see the dark area has a certain height - if your logo exceeds it the layout will break.
You can change the background image by adjusting following code to style2.css:
body{
background: #333 url(../images/skin2/bg.png) repeat-x 0 0;
color:#ccc;
}
Change the path to your background image.
You must log in to post.