Search Result for Webhelp Output

Oxygen general issues.
cbgarcia
Posts: 10
Joined: Tue Apr 23, 2013 11:48 pm

Search Result for Webhelp Output

Post by cbgarcia »

How do I change the default yellow color of highlighter for the words matching the keyword search in webhelp?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Search Result for Webhelp Output

Post by sorin_ristache »

Hello,

You can change the background color of the highlighted words in the right-side page content by changing the color for the highlight class in the file webhelp_topic.css, at line 260:

Code: Select all

.highlight { 
background-color: #FFFF88;
}
The file path is:

[Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\css\webhelp_topic.css


Regards,
Sorin
Post Reply