Page 1 of 1
Search Result for Webhelp Output
Posted: Fri Sep 20, 2013 9:13 pm
by cbgarcia
How do I change the default yellow color of highlighter for the words matching the keyword search in webhelp?
Re: Search Result for Webhelp Output
Posted: Mon Sep 23, 2013 5:57 pm
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