Copy link to clipboard
Copied
Change the Home separator
Go to Output>Labels>English (US) (this is the default/only language for my project - yours may be different) and select FRAMELESS. In BreadcrumbStart, replace the ":" character with the "|" - or whatever character you prefer. Save the changes. That's the easy one. The forward slash is a little trickier.
Change subsequent separators
Finding where to change this took some digging, but it appears to be controlled/specified using the following code in several instances of the layout.css file that are installed/stored under the RoboHelp 2019 program files (file paths provided below):
.rh-layout-BCRUMBS-list-item::before {
content: "/";
margin: 0 0.5rem 0 0;
color: #707070;
Based on my testing, it appears you need to manually perform this modification for all 4 (four) instances of the following layout.css file:
Tip: Before making these changes, shut down RoboHelp, create backup copies of each layout.css file (e.g., copy and rename to layout.css.original). You may also need to blow out your output files before generating the output to view the changes (I'm not sure yet if generating output completely overwrites every existing file in the output location or just those it detects have changed).
Logged a feature request to incorporate this configuration functionality into the RH 2019 GUI: https://tracker.adobe.com/#/view/RH-5728
Have something to add?