In order to make the site more SEO friendly, I would like to put text in the H1 header and float the Logo over the text so that it will cover it up and not show it unless someone disables photos or uses a screen reader. How could this be achieved in the Avisio theme?
Site Logo Floating Over H1 Heading
3 posts from 2 voices-
Posted 2 years ago #
-
I think I found it, it worked and I tested it in all 3 major browsers, IE 8, Firefox 3.6.8, Chrome 6 Dev.
I changed this section in style.css
#top #head .logoimg, #top #head .logoimg a, #top #head .logoimg a img{
text-indent:0;
background-image: none;
border:none;
margin:0 0 -20px 0;
overflow:hidden;
}I added the overflow:hidden; line
Please let me know if you have any concerns about that and if there are any better ways of doing this, otherwise it works for me.
Posted 2 years ago # -
As long as it works everything is ok.
The Dude
Posted 2 years ago #
Reply
You must log in to post.














