Replace site title with image
-
Hi there,
I’ve been following instructions all around internet to replace title and description of Twentyeleven theme for an image instead. This is 1.7 version, but it should be the same, I guess…
Anyway, I have created a child theme, activated it, selected Show header text with your image checkbox and typed the following code into my new style.css file:
h1#site-title span, h2#site-description { display:none } h1#site-title { text-indent: -9999px; background: url(./images/Header01.png) no-repeat; width: 1000px; height: 150px; display: block; }
However, the image I want to place istead text (1000×150 width x height) appears misslifted from the position it should be, with blank spaces behind. You can check at https://www.boarding-gates.com
How could I solve this? How could I place the header to take the mentioned space?
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Replace site title with image’ is closed to new replies.