Hello!
Newbie again....I would like to insert a picture beside my logo in the header area of my blog. Can someone point me in the right direction please? I have uploaded my pic and I assume the header.php file needs to modified but I can't find out how.
Thanks.
KMC
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.
The site is http://www.kerrysimpkins.com and http://www.momneedsabreak.com
I want to include a picture somewhere in the header next to the blog title.
Thanks.
KMC
You could try uploading a small image called something like header.jpg to your theme's images folder. Then editing the theme's stylesheet and changing:
#header {
display:block;
height:180px;
position:relative;
z-index:5;
}
to
#header {
display:block;
height:180px;
position:relative;
z-index:5;
background:url(images/header.jpg) no-repeat right top;
}
The image needs to be small (approx 100px square) as you don't have much room left in that header.
no...
isn't this obvious enough?
jewlicious
Member
Posted 2 years ago #
If you are using mystique you can either modify this file: http://www.yousite.com/wp-content/themes/mystique/images/header.jpg or upload your own 1300x400 pixel graphic to look however you want it to look, ie with a photo next to your logo. Not so hard!