Modifying the Appearance of Breadcrumbs
Breadcrumbs form a linked path to show users the location of the current topic in your online content. If you enabled breadcrumbs for your output, you have several options to define the appearance of the breadcrumbs. For more information, see
Modifying the Location and Separators of Breadcrumbs.
For more information about override files and locations, see
Stationery, Projects, and Overrides.
To modify the appearance of the breadcrumb trail
1. If you want to override the CSS settings for an output format, complete the following steps:
a. In your Stationery design project, on the View menu, click Format Override Directory.
b. Create the Formats\
formattype\Pages\css
folder in your project folder, where formattype is the name of the output format you want to override, such as Microsoft HTML Help 1.x
.
2. If you want to override the CSS settings for a target, complete the following steps:
a. In your Stationery design project, on the View menu, click Target Override Directory.
b. Create the Targets\
targetname\Pages\css
folder in your project folder, where targetname is the name of the target you want to override.
3. Copy the webworks.css
file from the following folder to the override folder you created within your project folder:
Program Files\WebWorks\ePublisher Designer\Formats\
formattype\Pages\css
4. Open the webworks.css
file you copied to your project override folder.
5. Find the code for div.WebWorks_Breadcrumbs
and modify the values specified within the braces:
To modify the text color, specify the desired RGB color value for the
color
option.
To modify the font, specify the name of the font you want for the
font-family
option.
To modify the size of the font, specify the size you want for the
font-size
option.
6. Save the webworks.css
file.
7. Regenerate your project to review the changes.
Last modified date: 06/11/2024