Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Search Highlighting

Quote Reply
Search Highlighting
Hello,

I just upgraded from 2.1 to version 3. Everything went fine, but my search results no longer bold.

I enabled search_highlighting in the settings, and I also added the css parts it told me to. What else need to be done?

Thanks
Quote Reply
Re: [shimmy1] Search Highlighting In reply to
In luna.css scroll down to:

/* search highlighting */

and directly under that you should have:

.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
font-weight: bold;
}

I changed mine to:

.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
font: bold 13px;
}


and it works fine.
Quote Reply
Re: [MJB] Search Highlighting In reply to
Hi,

I mentioned I already added the css parts. Anything else you think i need to do?
Thanks