• Resolved Blue2 GmbH

    (@blue2shop)


    Hello,
    I cannot find how to change the style for quantity in cart view. Instead of white we want to have the +/- symbols and boarder in black

    Please give me short advise.

    Thanks and kind regards,
    Johannes

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Addonify

    (@addonify)

    Hi @blue2shop

    I noticed a design conflict with the theme that you are using.

    Follow the steps below:

    1. Go to Dashboard > Appearances > Customizer.
    2. Find Additional CSS box & paste the below CSS code there.

    #adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-quantity .adfy__woofc-quantity-form .adfy__woofc-quantity-input-button {

        fill: var(–adfy_woofc_cart_product_quantity_input_button_text_color) !important;

        color: var(–adfy_woofc_cart_product_quantity_input_button_text_color) !important;

    }

    3. Once you paste the above CSS code, click the update/publish button at Customizer. This is how it will look once you paste the above code https://prnt.sc/o7uNR4-DVYFY

    4. Done.

    Now the design issue should be fixed.

    Thread Starter Blue2 GmbH

    (@blue2shop)

    Thanks a lot for fast response. The issue is solved,

    Best regards,
    Johannes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot find how to change design for quantity’ is closed to new replies.