Change font color and checkout layout in shopping cart

This topic has 2 replies, 2 voices, and was last updated 10 months ago ago by Tony Rodriguez

  • Avatar: eulice
    eulice
    Participant
    July 6, 2023 at 05:31

    I have try change the font color and checkout layout in breadcrumb, but dont seem like reflecting
    here is the diagram :https://ibb.co/FH632JF

    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    July 6, 2023 at 06:25

    Hello, @eulice,

    Please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache. This should resolve your issue and the result should look like this: https://postimg.cc/FdYztPCy

    .cart-checkout-nav {
        color: #c34545 !important;
    }
    .cart-checkout-nav .active {
        color: #c34545 !important;
    }
    .cart-checkout-nav .active: before {
        border-color: #c34545 !important;
        background-color: #c34545 !important;
    }

    We hope this helps.

    Best regards,
    8Theme’s Team

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

You must be logged in to reply to this topic.Log in/Sign up

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