...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<div class="announcementList__breadcrumbs customized">
<breadcrumbs>
</div> |
After that, you can define the breadcrumbs view in the CSS field of this form if needed (this sample is given as an example and may differ from your solution):
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
.customized {
font-family: Tahoma,Verdana,Segoe,sans-serif;
} |
List widget configuration
...