how to style bread crumbs can any one help me please

0
.MDM-bread-crumb.breadcrumb {     margin: 0;     padding: 0;     border-radius: 0;     background-color: transparent;     font-size: 18px;     font-weight: 700; }   .breadcrumb-item {     display: inline-block;     & > a{         text-decoration: none;           &:hover{             text-decoration: none;             color: red;         }     } }  i did like this but this is not effecting
asked
1 answers
0

Maybe you can use the breadcrumbs widget from Atlas Design systems: https://atlasdesignsystem.mendixcloud.com/p/breadcrumbs .

By using Chrome DevTools you can inspect the elements so you can find out how it can be used.

answered