I changed over to the 2k11 template but I can't find how to delete the Title&Description text in my header
In the default skin I had to remove homeline1 and homeline 2 from the default skin.
Can anybody help me with this problem?
Thanks,
-Karl
You don't want to remove them anyway for SEO and accessibility reasons.karlv wrote:I changed over to the 2k11 template but I can't find how to delete the Title&Description text in my header
Code: Select all
#identity h1,
#identity p { text-indent: -999em; }Yes. This is one of the things where SEO and accessibility are pretty similar since search engine spiders work much like screenreaders do.Timbalu wrote:@YL, is a text-indent in this case better than display:none or visibility:hidden for SEO reasons?