Change header title to logo image in Forever theme
-
Using the Forever theme, I would like to replace the header title text with my logo, which I have already uploaded (cwv2.jpg) to my media library. I am a bit confused as to where & how exactly to make this change.
Thanks,
LauraThe blog I need help with is: (visible only to logged in users)
-
Here’s how to replace the site title with a logo in the Forever theme:
#site-title a { display: block; background: url(http://s.wordpress.org/about/images/logo-blue/blue-m.png) no-repeat center center; width: 100px; height: 100px; text-indent: -9999px; margin: 0 auto; }Replace the url() value with the image link from your media library. Replace the width value with your image width. Replace the height value with your image height.
-
- The topic ‘Change header title to logo image in Forever theme’ is closed to new replies.