Hello @martinroldan45,
The color options in Checkout Countdown only applies to the countdown banner.
The countdown notices on the cart and error pages will use your default WooCommerce styling, which is set by your theme.
If you’d like to customize those then I’ve written few solutions here https://puri.io/docs/checkout-countdown-for-woocommerce/shortcode/place-shortcode-templates-or-hooks/
Thanks! 😊
That’s is my problem, the countdown banner is taking css from woocommerce. I attach you captures.
https://snipboard.io/NflCXu.jpg
https://snipboard.io/azdgcW.jpg
Thank you for the screenshots! I’m sorry about the confusion.
The first screenshot: The preview from the settings page is known as the Countdown Bar. If you enable the Countdown Bar it will appear on every page of your site. The Preview and color settings only apply to the Countdown bar.
The second screenshot: This looks like your Checkout page with the Countdown Notice enabled, not the Countdown Bar. These notices will use WooCommerce notice styling. It will always be the same style as your theme styles for notices.
You can try disabling the Checkout Countdown notice through the settings and use the shortcode manually above the checkout instead [checkout_countdown]
. This will output an unstyled countdown.
Please refer to the link I sent above for further customizing the notices.
I hope that helps 😊