• sophiewp

    (@sophiewordpress)


    Hi everyone,

    I managed to remove the website title and description using this code:

    #header h1 { display:none }

    #site-description {display:none};

    I also moved up the header to the top, but on the rest of my pages the website title is still there. How do I make my other pages look like my home page?

    This is my site: sophiespitz.com

    Thanks in advance 😀

Viewing 5 replies - 1 through 5 (of 5 total)
  • This is what is actually in your style sheet, added at the bottom:

    #header h1 { display:none }

    #site-description {display:none};

    You need to fix the syntax in both of those, and add another for “#site-title”, like in the example below.

    #header h1 { display:none; }
    #site-description { display:none; }
    #site-title { display:none; }

    You have also chosen to modify the default twentyten theme. If you don’t properly rename it, create a child theme from it, or make sure you make a local backup copy after every time you modify it, you will loose all of your changes and modifications when you next upgrade WordPress.

    Thread Starter sophiewp

    (@sophiewordpress)

    Hi, thanks for replying. I added the site title code and it is still not working for the other pages. Also I am aware that I have to make a child theme but I’m still new at wordpress and I tried for days but I just didnt get it. And I have another question, if I update akismet will I lose the changes if I dont save them?

    If you don’t want to include website title and description on your blog, just leave Site Title under Generals blank. This should leave the Site title blank on all your pages, without having to edit any CSS.

    Thread Starter sophiewp

    (@sophiewordpress)

    hi, no i tried that already it leaves it blank but i still want the header to go to the top of the page like it is on the home page. i want to hide the title using code. i managed to do this all on the home page but it wont do it on my other pages. any suggestions?

    Sorry I am not entirely sure what you are wanting…I look at your home page of your site and there is no header at the top. I go to the other pages and there is, “Sophie Pitz”. Do you want “Sophie Pitz” at the top of all the pages or not?

    If you don’t, just leave the site title and description blank, and don’t bother moving, or hiding, any headers – just don’t put one in! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trying to remove website title from pages’ is closed to new replies.