daveredfern on "How to hide blog title and tag line info"
February 15, 2010 by David Olsen
The following should sort this:-
On line 126 of wp-content/themes/defaut/style.css replace:-
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
color:white;
text-decoration:none;
}
with
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
color:white;
text-decoration:none;
text-indent:-9999px;
}
Dave.





Comments
Facebook comments:
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!