Replacing site-title with an image in Absolum
-
Hi,
I’ve used the following in style.css to place an image where the site-title was but it only shows the image on my homepage, not on any posts or pages. I’d like it to be the standard replacement for my site-title on every page/post. Should I be editing header.php and/or page.php and single.php?
/* =Header
————————————————————– */#header {
padding: 10px 0 0 0;
}
h1#site-title {
background: url(“https://www.westeuston.org/wp-content/uploads/2011/06/lOGO-CC00CC.jpg”) no-repeat scroll 0 0 transparent;
color: transparent;
height: 130px;
width: 909px;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Replacing site-title with an image in Absolum’ is closed to new replies.