Page 1 of 1

Modfying WebHelp TOC background item

Posted: Tue May 28, 2013 8:25 pm
by kmank
I am trying to modify the background color of the selected WebHelp TOC item to make it more obvious what is selected. I thought I had it narrowed down to the file:
com.oxygenxml.webhelp\oxygen-webhelp\resources\css\toc.css
and .menuItemSelected

However, modifying this does not seem to affect the output. Can someone please provide the correct file to look in?

thanks!

Re: Modfying WebHelp TOC background item

Posted: Wed May 29, 2013 5:48 pm
by sorin_ristache
Hi,

It depends on the output type:
  • * in the frameset version (the index_frames.html main file) you have to modify the .menuItemSelected selector in the file toc.css,

    * in the internal frames version (the index.html main file) you have to modify the .menuItemSelected selector in the file tocWDiv.css.
If the background color is not changed after modifying the appropriate CSS file please refresh the browser page, the old CSS may be cached by the browser.


Regards,
Sorin

Re: Modfying WebHelp TOC background item

Posted: Wed May 29, 2013 7:35 pm
by kmank
Perfect - thanks very much!