Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #1416593
Cart Ribbon Color
Closed

Comments

  • nebtones started the conversation

    I want to change the  Cart Ribbon on oxygen theme

  • [deleted] replied

    Hi there,

    You can add this CSS code below to your Custom CSS area:

    .cart-ribbon a .cart_content {
        background: red !important;
    }
    .cart-ribbon a .bucket-bottom {
        border: 0 solid red !important;
    }
    .cart-ribbon a .cart_content span.bucket {
        background-color: red !important;
    }

    Have a great day!