Skip to main content
January 31, 2018
Question

FM2017 / HTML5 output: Styling breadcrumbs

  • January 31, 2018
  • 1 reply
  • 651 views

Using an HTML page template, FM generates breadcrumbs in my HTML5 output. However, I did not find a possibility to assign a certain font to the breadcrumbs. The breadcrumbs are always displayed with the default font of the browser (Times Roman for me), even if 'Arial, sans-serif' is set as the font for the Help project in my layout. This behavior is reproducible with the common browsers on different machines and operating systems. Changing the default font in the browser is not what I want.

Does anybody have an idea? 

    This topic has been closed for replies.

    1 reply

    Jeff_Coatsworth
    Community Expert
    Community Expert
    January 31, 2018

    I suspect the easiest way to change it is to look at the HTML of the resulting output and see what style is being applied to them; then create an entry for that in your CSS.

    January 31, 2018

    I tried that, but it seems that the breadcrumbs do not have a style at all. I expected to see something like '<p class="FM_breadcrumbs>, but the Inspector in Firefox does not show any style for the breadcrumbs.

    Jeff_Coatsworth
    Community Expert
    Community Expert
    January 31, 2018

    What does it look like if you open a page with Notepad? Can you find the breadcrumb text in there?