How can I change the color of index links and related links

Oxygen general issues.
elmicha482
Posts: 3
Joined: Wed Jul 01, 2015 12:37 pm

How can I change the color of index links and related links

Post by elmicha482 »

Hi,

I would like to change the appearance of the webhelp output. I have come pretty far already, but now I am stuck trying to change the color of the links displayed in the Index tab and also the related links which are generated automatically in topics.

Currently these are displayed blue and turn red when hovering. Can I change this in any .css-file?

Thanks a lot!
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: How can I change the color of index links and related li

Post by bogdan_cercelaru »

Hi,

If you want to change the appearance of the webhelp output, we recommend creating/keeping a custom CSS file (rather than modifying the built-in one) and setting the "args.css" parameter to point to this file. Also, to have it automatically copied to output, you must set "args.copycss" parameter to "yes".
If you have modified built-in files, they could be overwritten if you update your Oxygen installation.

To customize the appearance of the "Index" tab links, you can use the "#indexBlock a" CSS selector. For related links use the ".related_link .navheader_parent_path" CSS selector.

Let me know if you need any further assistance

Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
elmicha482
Posts: 3
Joined: Wed Jul 01, 2015 12:37 pm

Re: How can I change the color of index links and related li

Post by elmicha482 »

Hi,

that was exactly what I nedded.

Thanks a lot! :D
Post Reply