• Resolved Axiantor

    (@axiantor)


    Hi,
    I’m trying to remove a search form from my header. I’m working with Pinboard theme.

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try adding this to the custom CSS:

    #header #searchform {
        display: none;
    }

    Thread Starter Axiantor

    (@axiantor)

    Thanks once again WPyogi.

    Is it possible to do it differently.

    I have this on my css “/*
    DO NOT EDIT THIS STYLESHEET!
    Any modifications made to this file will be lost if you update the theme.”

    Pinboard has custom CSS – look under Appearance > Theme Options – Layout tab ; Put the above code in that box.

    Save and clear your browser cache.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Your style.css file is wise beyond it’s years. 😉

    If the Pinboard theme does not have a custom CSS option (it may, I haven’t looked) try either creating a child theme of Pinboard or use a custom CSS plugin to add that CSS.

    http://wordpress.org/plugins/search.php?q=custom+CSS

    Personally I prefer child themes but for a small CSS modification that may be more than you want to do.

    Off topic P.S. to WPyogi: Italy. 😉

    Thread Starter Axiantor

    (@axiantor)

    Wonderful. Many thanks again.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Header content removal’ is closed to new replies.