The Previous and Next links that are created at the top area of each WebHelp
page can be hidden with a CSS code.
To remove these links from WebHelp pages, follow these steps:
- Add the following CSS code in a custom CSS
stylesheet:
.navparent, .navprev, .navnext {
visibility:hidden;
}
- 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.