Search term(s) in 2k11

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
terrym
Regular
Posts: 23
Joined: Mon Jul 23, 2012 10:28 am
Location: Blackburn, UK
Contact:

Search term(s) in 2k11

Post by terrym »

Hi everyone

I'm just experimenting with changing from Bulletproof to 2k11, and while most of the transition has worked admirably, I cannot find where, or how, I can remove the Search Box (with "Search term(s)" inside it.

So, does anyone know how I might accomplish this?

Regards
Terry
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Search term(s) in 2k11

Post by yellowled »

terrym wrote:So, does anyone know how I might accomplish this?
Create a file called user.css. Add to this file:

Code: Select all

#searchform {
    display: none !important;
    visibility: hidden;
}
Save it. Upload it to /templates/2k11/user.css in your web space.

Log in to the backend. Go to Appearance/Manage styles, set “Include user.css?” to “Yes” and hit “Save”.

Done. (Might need a reload in the browser to bypass browser caching.)

YL
terrym
Regular
Posts: 23
Joined: Mon Jul 23, 2012 10:28 am
Location: Blackburn, UK
Contact:

Re: Search term(s) in 2k11

Post by terrym »

Hi yellowed

Thanks very much for that. Needless to say, it worked perfectly and without a browser refresh as well.

Regards
Terry
Post Reply