Okay
  Public Ticket #1496037
"Add to Basket" Text Greeen
Closed

Comments

  •  13
    Alice started the conversation

    Since the new update the "Add to Basket" text on the shop pages go green when you click them. As are the numbers at the bottom of the page.

    I also see the numbers next to the filters are now grey. Is it possible to change these back to black?

    Kind regards,

    Alice

  • [deleted] replied

    Hi Alice,

    1— This problem will be fixed on the next minor update that we will release tomorrow.

    2— It is green, and we will fix that problem too

    Have a nice day!

  •  13
    Alice replied

    Great! Will look out for the update.


    Thank you,

    Alice

  •  13
    Alice replied

    Hi Ylli,

    I have updated to 2.3.2 but we are still getting green text when Add to Basket is clicked and Product Short Description text is still grey.

    Kind regards,

    Alice

  • [deleted] replied

    Hi Alice,

    1— Ups, now I see that, we will address this problem on our next update too, but if you want to fix this now then please add the code below to your Custom CSS area:

    .woocommerce .products .product .item-info .add_to_cart_button.loading {
    color: #000 !important;
    }

    2— Can you please add the code below to your Custom CSS area:

    .woocommerce .summary {
    color: #333 !important;
    }

    Have a great day!

  •  13
    Alice replied

    Thanks Yili!

    That worked great.

    I've just seen we are also getting green in the side menu, for sub category "–" (attached screenshot).

    Could you send code to change those too please?

    Kind regards,

    Alice


  • [deleted] replied

    Hi Alice,

    This problem will be fixed on the next theme update

    You can apply this CSS code on your Custom CSS area:

    .widget ul ul a:before {
    background-color: #000;
    }

    And when you update the theme you can remove the code.

    Have a great day!