badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Breadcrumbs font

#48028
Karl
Participant

Fixed with css

Set the opacity to 1 in custom css to overwrite the theme’s settings.

.breadcrumb, .breadcrumb a, .breadcrumb a:hover {
    color: #fff;
    opacity: 1;
}