Changing The Checkout Breadcrumbs Styling

This topic has 5 replies, 2 voices, and was last updated 1 years, 10 months ago ago by NuTan

  • Avatar: NuTan
    NuTan
    Participant
    June 13, 2022 at 08:19

    Good-day,

    I don’t want breadcrumbs on the site, however I do want the special checkout steps. But how do I change the colours for each element? The circle, the writing, the active text colour, etc.?

    Checkout Breadcrumbs

    4 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 13, 2022 at 11:44

    Hello,

    We don’t have settings for this but it’s possible to customize by minor custom CSS. Provide us with the mockup of the styles that you try to achieve and we’ll send you custom code.

    Regards

    Avatar: NuTan
    NuTan
    Participant
    June 22, 2022 at 11:11

    Hi, please see attached mock-up of what we would like to achieve

    Mock Up

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 22, 2022 at 16:41

    Hello,

    Use the below custom

    .cart-checkout-nav .active:before {
        background-color: #dfb4ab;
    }
    .cart-checkout-nav a {
        color: #dfb4ab;
    }
    .cart-checkout-nav a:before, 
    .cart-checkout-nav .active:before {
        border-color: #dfb4ab;
    }
    .cart-checkout-nav .active {
        color: #ce8788;
    }

    Regards

    Avatar: NuTan
    NuTan
    Participant
    June 23, 2022 at 04:49

    Thank you so much!

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Changing The Checkout Breadcrumbs Styling’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.