[Resolved] Checkout Breadcrumb font styling

Home Forums Support [Resolved] Checkout Breadcrumb font styling

Home Forums Support Checkout Breadcrumb font styling

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #753936
    _blank

    Hi

    Checkout page breadcrumb. Do you know what CSS I need I would need to add to change breadcrumb font on this page.

    I thought I had it covered with one of these.

    /* BREADCRUMB Yoast Breadcrumb Checkout */
    body.woocommerce-checkout .breadcrumbs {
    font-size: 14px;
    font-family: ‘Cormorant Infant’, serif;
    text-transform: uppercase;
    }

    /* BREADCRUMB Yoast Breadcrumb Basket */
    .woocommerce-cart .yoast-breadcrumb {
    font-size: 14px;
    font-family: ‘Cormorant Infant’, serif;
    text-transform: uppercase;
    }

    /* BREADCRUMB Yoast Breadcrumb */
    .breadcrumbs {
    font-size: 14px;
    font-family: ‘Cormorant Infant’, serif;
    text-transform: uppercase;
    }

    /* BREADCRUMB Woo Breadcrumb */
    .woocommerce-breadcrumb {
    font-size: 14px;
    font-family: ‘Cormorant Infant’, serif;
    text-transform: uppercase;

    }

    Thanks
    Scott

    #753961
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like it’s already working:
    https://www.screencast.com/t/umDc1NrB

    #753972
    _blank

    Hi Leo

    You’re right basket looks fine.
    I think it’s on the Home / Shop / Checkout page after you’ve logged in.

    Thanks
    Scott

    #753974
    Leo
    Staff
    Customer Support

    Can you guide me to the page in question? I checked the product-category/accessories/ page it also looks fine.

    #753975
    _blank
    #754017
    Leo
    Staff
    Customer Support

    Would it be better if you simply do this?

    .yoast-breadcrumb {
        font-size: 14px;
        font-family: 'Cormorant Infant', serif;
        text-transform: uppercase;
    }
    #754848
    _blank

    Hi Leo,

    That worked for all the shop pages and I added it to some Beaver Builder saved rows. Much cleaner.
    Thanks
    Scott

    #755659
    Leo
    Staff
    Customer Support

    Ideally, that should work for all Yoast breadcrumbs regardless which page they are on.

    Glad I could help 🙂

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