Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2385724
How can I change the color of basket quantity background?
Closed

Comments

  •  1
    Bruce Lai started the conversation

    Hi

    Thank you for making this good plugin.

    I would like to know how can I change the color of basket quantity background?

    Thank you so much~

  •  767
    Janilyn replied

    Special notes: Our developers are having a two-day vacation until May 01, 2020. So support might be unavailable and slower than normal until May 02, 2020. Sorry for any inconvenience and best regards.

    -------------

    Hi Bruce, 

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as he's available for support. 

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,223
    Dustin replied

    Hi Bruce,

    Yes, you can do that by adding below CSS code to WP-Admin → Appearance → Customize → Additional CSS

    .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-item-qty-inner .woofc-item-qty-minus {
        background-color: #ff6600 !important;
        color: #ffffff !important;
    }
    .woofc-item-qty-inner input {
        background-color: green !important;
        color: #ffffff !important;
    }

    And the result https://prnt.sc/saf5qn

    You can change the background-color and color as you want.

    Best regards,
    Dustin

  •  1
    Bruce Lai replied

    Hi, Frankie

    Thank you for your reply.

    I think it is misunderstanding.

    I want to change the quantity of bubble.

    Like This

    Thank you so much.

    Bruce

  •  1,223
    Dustin replied

    Sorry about that!smile.png

    Please use below CSS code instead:

    .woofc-count span {
        background-color: #ff6600;
    }

    Best regards,
    Dustin

  •  1
    Bruce Lai replied

    Really appreciate~

  •  1,223
    Dustin replied

    You're welcome!smile.png

    Feel free to submit a new ticket if you have any questions when using our plugin. I'll close this ticket now.

    Best regards,
    Dustin