How to change the Cart page breadcrumbs text color !

This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler

  • Avatar: ciddiki
    ciddiki
    Participant
    February 9, 2023 at 14:09

    Hi,
    Thanks for all your support

    I need to know how to change the color of the text in cart page also the “remove” text color change is required

    Thanks

    null

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 9, 2023 at 16:03

    Hello, Ciddiki

    The next custom CSS code can be used:

    .cart-checkout-nav-simple a {
        color: red;
    }
    .cart-checkout-nav-simple a.active, .cart-checkout-nav-simple a:hover {
        color: green;
    }
    .etheme-before-cart-form .et-right-arrow:before  {
        color: black;
    }
    table.cart .product-details .remove-item:hover {
        color: green;
    }
    table.cart .product-details .remove-item {
        color: red;
    }

    Kind Regards,
    8theme 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.