Replacing Title with Logo in header area
-
I would like to replace the text “Site Title” with our logo on our site.
I tried this as advised by Paul, at first I could get the text to not appear, but no logo.
#site-title{
text-indent: -9999px;
background: transparent url(https://path/to/logo/image) no-repeat 0 0;
width: 100px; /* width of logo image */
height: 100px; /* height of logo image */}
#site-title a {display: block; height: 100px; width:100px; /* same dimensions as #site-title */}
So, I am stuck.
- The topic ‘Replacing Title with Logo in header area’ is closed to new replies.