Page 1 of 1

Search term(s) in 2k11

Posted: Fri Aug 02, 2013 11:38 am
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

Re: Search term(s) in 2k11

Posted: Fri Aug 02, 2013 11:52 am
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

Re: Search term(s) in 2k11

Posted: Fri Aug 02, 2013 12:51 pm
by terrym
Hi yellowed

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

Regards
Terry