Site Title = header image: only on static home page
-
I used the CSS code presented in this forum thread to turn the site title on our website into a logo image.
However, it only shows up on the static home page. How can I fix that?
The blog I need help with is: (visible only to logged in users)
-
Turn these two selectors:
h1#site-title a
h1#site-title
to just:
#site-title a
#site-title -
-
- The topic ‘Site Title = header image: only on static home page’ is closed to new replies.