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!