Home Forums WoodMart support forum black background in the cart

black background in the cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #636699

    sebasbenitez-5188
    Participant

    Hi, I need to change the color of the shopping cart background, I can’t find where to do it
    Thank you very much

    Attachments:
    You must be logged in to view attached files.
    #636853

    Hung Pham
    Participant

    Hi sebasbenitez-5188,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .cart-widget-side.wd-side-hidden{
        background-color: #000;
    }

    Regards,

    #636984

    sebasbenitez-5188
    Participant

    Thank you very much for your response. Now I have one more question: How do I change the colors of the quantity item?
    Thank you!!

    Attachments:
    You must be logged in to view attached files.
    #637051

    Hung Pham
    Participant

    Hi sebasbenitez-5188,

    Thanks for reaching to us.

    Please use the below Custom CSS:

    .woocommerce-mini-cart div.quantity :is(input[type="number"],input[type="text"],input[type="button"]) {
        color: #000;
    }

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)