CSS Styling to Customize WebHelp Output
One way to customize WebHelp output is to use custom CSS styling. This method can be used to make small, simple styling changes or more advanced, precise changes. To implement the styling in your WebHelp output, you simply need to create the custom CSS file and reference it in your transformation scenario.
As a practical example, to hide the horizontal separator line between the content and footer, follow these steps:
- Create a custom CSS file that contains the following
                  snippet:.footer_separator { display:none; }
- Edit the WebHelp transformation
                        scenario and open the Parameters tab.- For a DITA transformation, set the
                           args.cssparameter to the path of your custom CSS file. Also, set theargs.copycssparameter toyesto automatically copy your custom CSS in the output folder when the transformation scenario is processed.
- For a DocBook transformation, set the
                           html.stylesheetparameter to the path of your custom CSS file.
 
- For a DITA transformation, set the
                           
- Run the transformation scenario.
