Breadcrumbs - html tags

HI, is there an way, that the breadcrumbs not use HTML TAG ?

my post title include an < br > TAG - now it is displayed in the breadcrumbs.
i have testet many idas, but all not work - any idea to slove it?

My Design: https://screencast.com/t/Zr9frshtQEd

one soultion, i use custom field for Title?

thank you

Hi there,

You can try to have the <br> not to display through CSS. Try adding this in the Global CSS:

.x-breadcrumb-wrap a br {
    display: none;
}

Hope this helps.

1 Like

yes work, perfect thank you :slight_smile:

Glad to hear that. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.