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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48024
    Karl
    Participant

    How do I change the breadcrumbs font? The links to the left are barely visible as is.

    I have Interface Pro, here is a link to your sample page, where the situation is the same:

    https://www.themehorse.com/preview/interface-pro/blog/blog-image-large/

    The current link “Blog Image Large” is in white font and is visibly OK, the two left links (Interface Pro & Blog” are barely visible. When you hover on the links, they change to white and appear good. I want them white all the time..

    How do I change those to white?

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.