• On my blog home page, at “>http://freelancewritingjournal.com

    there is the header text above the picture—to the right there is a search box—which I want to remove but can’t figure out how.
    Also, below the blog home page picture are two “about me” texts, and I want those removed too. I have an “about me” already in the list of selections on the right of the page. Help on this problem would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Go to your WP-Admin. Go to pages >> all pages.

    You have two “About me” pages. Delete the one that you don’t want.

    As far as your search box, go to appearance >> editor, and put this at the bottom of your stylesheet:

    #searchform {
    display:none;
    }

    That should do it. If it doesn’t, use a period instead of a # as your CSS selector.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove search box and two "about me" on blog home page’ is closed to new replies.