Hide stars in webhelp search results.

Having trouble installing Oxygen? Got a bug to report? Post it all here.
smckenzie23
Posts: 7
Joined: Wed Nov 13, 2013 1:57 am

Hide stars in webhelp search results.

Post by smckenzie23 »

Hello.

What is the best approach for hiding the stars in webhelp search results? It seems like our users find them confusing. I'm assuming I can just hide the star class in some css file, or is there some other mechanism?

Thanks.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Hide stars in webhelp search results.

Post by sorin_ristache »

Hello,

You can hide the stars in the list of search results with a custom CSS that you set in the args.css parameter of the DITA transformation and that hides the XHTML element <div id="star">, for example:

Code: Select all

.star {
visibility:hidden;
}
Regards,
Sorin

<oXygen/> XML Editor Support
Post Reply