I am using the "Magazeen" theme, and I am trying to change the Blog title in the header from text to a graphic (logo). I have tried replacing the <h1> with a href tag pointing to an image, but I just get a chopped version of the text title....any thoughts?
riddhishshah
Member
Posted 1 year ago #
try this...
in style.css file check for #site-title and try to add these.
background-image: url(path/your image name);
background-repeat:no-repeat;
background-position: left center;
@martinfamily2005
you could post the code here, of the <h1> line plus a few lines before and after.
someone might have a look at it and suggest a solution.
there are too many different themes with different title codes, so it would only cause confusion if someone would suggest a way to change the title into an image that is not based on your theme.
in the meantime you could read about:
making wordpress header clickable:
http://codex.wordpress.org/Designing_Headers#Making_the_Whole_Header_Clickable
image html:
http://www.w3schools.com/html/html_images.asp
link html:
http://www.w3schools.com/html/html_links.asp