Woocommerce Button color / Product counter fail

Dear Support Team,

i would be happy to get some help with two issues where i can´t find the solution.

  1. Where can i change the color of the “Add to shopping chart” button?
    it is still in the original unite color wihich does not fit to mine.
    Screenshot button_color
  2. The product page headline has a faulti info shown.
    Products 1-25 ab % gesamt %.
    Screenshot: product_fault

Thanks in advance

Stephan

Hey there,
I hope you’re doing well today

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS

  1. Change add to cart button color
    `/add to cart button color/
    .woocommerce a.button, .woocommerce button.button.alt{
    color: #fff;
    background-color: #54397e;
    }

  2. Please send the URL to your website so I may look into this for you.

Best Regards,
Support

Hi there,
thanks for the super fast answer. Hope you are also doing well.

The URL is: test.sftelematik.de
The site is currently in test status and should go life as fast as possible,

Thanks

Stephan

Sorry to come back again :frowning:

The code seems not to work.
Please see screenshot attached.

Thanks in advance

Stephan

Hey there,

Thank you for keeping in touch.

In regards to the code not working, try adding the !important rule.

Here’s the revised code:

.woocommerce a.button, .woocommerce button.button.alt{
color: #fff !important;
background-color: #993333 !important;
}

Best regards,
Support.

Thanks for your help.
It worked out now.
The other problem i mentioned was a bug from an additional tool i had installed.

Thank you very much for this perfect theme and the support.

Best regards
Stephan

Hey there,

Supporting you is our pleasure, and I’m glad you got that issue sorted.

Let us know if you have any more issues we can assist you with.

Best Regards,
Support.