Page 1 of 1

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

Posted: Wed Jul 01, 2015 12:46 pm
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!

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

Posted: Wed Jul 01, 2015 3:05 pm
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

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

Posted: Thu Jul 02, 2015 8:58 am
by elmicha482
Hi,

that was exactly what I nedded.

Thanks a lot! :D