is there a way to remove the search in the header easily?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #17405
    petergariepy
    Participant

    is there a way to remove the search in the header easily?

    #17478
    vonweiler
    Participant

    Paste this code in the Layout tab at the bottom of the page

    Enter your custom CSS

    #header #searchform {
    display: none;
    }

    #17807
    markdj
    Participant

    Is there a similar way to remove the meta author line that is displayed on the homepage and in posts?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.