Is there a way to change the color of the slash " / " in breadcrumb trails? I have tried adding CSS styles, but it doesn't seem to work.
<ol class="breadcrumb" style="font-size: 20px;">
<li class="breadcrumb-item" href="/homepage/index.html">
Home
</li>
<li class="breadcrumb-item">
Package
</li>
<li class="breadcrumb-item">
<span class="text-danger">Nusa Penida</span>
</li>
</ol>
.section-details-header{
min-height: 43px;
background: ;
margin-top: -45px;
}
.section-details-content{
color:#ffffff;
}
.breadcrumb{
color:#fff;
text-align: center;
justify-content: right;
}