Menu

Highlighted search strings in PGV 4.2.3

Help
BROE
2010-03-08
2013-05-30
  • BROE

    BROE - 2010-03-08

    Where can I deactivate highlighted search strings (yellow) that come with PGV 4.2.3?

    Best regards /BROE

     
  • Gerry Kroll

    Gerry Kroll - 2010-03-08

    Why would you want to do that?  There's no configuration option for this.

    If you really insist that you NEED to do this, you'll have to change the "style.css" file in each theme's directory.  You'll see something like this:

    .search_hit {
        background-color: yellow;
    }
    

    Change that background-color to a comment like this:

    .search_hit {
    /*  background-color: yellow; */
    }
    

    or change the colour to something else.

     
  • BROE

    BROE - 2010-03-08

    Thanks for a quick answer and a solution!
    It would be great, though, if the search-highlights were optional in the next release of PGV. Personally I find that the yellow color disturbs my overview of the search results, but we obviously differ on that point.

    As for PGV as a whole, I find just outstanding - great to work with!

    Best regards /BROE  

     

Log in to post a comment.