Removing the Previous/Next Links from Each WebHelp Page

The Previous and Next links that are created at the top area of each WebHelp page can be hidden with the following CSS code:

.navparent, .navprev, .navnext {
    visibility:hidden;
}
Tip: Add the above code in a custom CSS stylesheet and in a WebHelp transformation scenario, set the args.css parameter to reference the path of this CSS stylesheet.