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*

Breadcrumbs font

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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;
    }
    #48029
    Karl
    Participant

    It also looks better with:

    font-size: 14px;

    Maybe this helps someone else.

    #48045

    Hi Karl,

    Just add the below custom CSS to increase the font size

    .breadcrumb {
        font-size: 14px;
    }

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.