logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Chris C
    • Posted on Wed 9 Oct 2013

    This is 13 years too late, but using jquery, you can use the following:

    //to remove it:

    $('h2:contains("No documents found")').remove();

    //to style it like you did:

    $('h2:contains("No documents found")').css('color', '#FFFFFF').css('font', 'normal 10pt Verdana, Arial, Helvetica, sans-serif');

    This will keep you from screwing up any other H2s on your site.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: