Logo instead of text in header
-
Forgive me, I’m sure this should be simple but I’m brand new at this. I would like to insert a logo (.png) where I currently have my blog name in text. My blog is located at:
The theme I am using is a free theme called Ekologic. It can be found at:
https://www.web2feel.com/ekologic/
I have tried to use the theme forums to solve this, but to no avail. I did find a forum thread on the topic, but it has failed to work for me. This is how we’ve been instructed:
This is what my style.css looks like after following the suggestion:
.blogname {
width:600px;
font-family:Ravie,Century gothic,Verdana,Tahoma,sans-serif;
margin:10px 0 0 0px;
float:left;
height:60px;
background:url(images/bdlogocapture.png) no-repeat;}
As for the header.php, I have tried deleting some and all of what has been suggested. Nothing works. Any help would be greatly appreciated.
- The topic ‘Logo instead of text in header’ is closed to new replies.