Replacing sitetitle with image
-
Hi everyone,
I have such issue: I want to have in my sitetitle an image instead of text which has to be written in wp-admin interface. I managed to put an image where I want to, but when I leave the name of my blog empty in the wp-admin the name of my browsers tab shows location of the root folder like
https://localhost/foler/blog/index.phpand that is needed to be changed. Do you have any suggestions?
I’m a newie in css and may be I’ve put an image inproperly.. I changed the style.css of my theme. Initially it was this way:#sitetitle a,#sitetitle a:hover{ font-size: 5.5em; color:#000000; font-weight:bold; text-decoration:none; font-family: "Courier New"; }
I make it over to:
#sitetitle { background:url(images/logo.png) top right no-repeat;}
How can I leave this image and have something to be written in browsers tab name?
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Replacing sitetitle with image’ is closed to new replies.