The profile header in blogspot is by default "About Me". If you have a team blog, you may want to change the header to "About Us" or something else. This is how you can change the profile header. First, you have to hide the "About Me" header generated automatically by Blogger. In the template, paste this:
#profile-container h2.sidebar-title
{
display:none;
}
somewhere between the <style> and </style> tags. I would suggest you paste it just after the <style> tag as this is easiest to find as it is somewhere at the beginning of the template.
Then look for the <$BlogMemberProfile$> tag in your template. This can be found somewhere at the beginning sidebar section of the template. Add this:
<h2 class="sidebar-title">About Us</h2>
just before the <$BlogMemberProfile$> tag: You can substitute "About Us" with anything you want.
This tip was given by
Deepak RanganathanBooks from AmazonComplete Idiot's Guide to Creating a Web page and Blog101 ways to Boost Your Web Traffic: Internet Marketing Made Easier
0 comments:
Post a Comment