Support » Fixing WordPress » Naming my blog

  • Hi
    I am trying to name my page. But every time I go in to the dashboard and do that, the name that I choose is written all over my banner. I mainly want to add my name so that it will show up in the top bar of the window, like you can do on a web page. Is thre any way to name a blog that is css in the html code somewhere…
    Here is the link to the blog
    http://leadmastersusa.com/blog/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The better approach is to use the normal way for the Blog title (in Settings > General) and then check what is the html tag around it (usualy, it is h1…) and finally, add
    display: none;
    in the stylesheet to h1’s definition. Done.

    Thread Starter 842311

    Hi
    Thanks for the answer, I just realized that it might not be css….
    I have so many pages in my html code so it is hard to find where to put the
    display: none;
    in…any idea how to find the right place?

    It is css – I just said above.
    It doesn’t matter how many Pages you have.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Naming my blog’ is closed to new replies.