By creating your own custom CSS stylesheet, you can customize the look and style of WebHelp
output to fit your specific needs.
To use a custom CSS in WebHelp output, follow these steps:
- Edit the WebHelp transformation
scenario and open the Parameters tab.
- For a DITA transformation, set the
args.css parameter to the path of your custom CSS file. Also, set the
args.copycss parameter to yes to automatically copy your
custom CSS in the output folder when the transformation scenario is processed.
- For a DocBook transformation, set the
html.stylesheet parameter to the path of your custom CSS file.
- Run the transformation scenario.