• Resolved anonymized-23232248

    (@anonymized-23232248)


    Hola, recientemente hemos tratado de contactar al soporte de nuestro tema de wordpress por un inconveniente el cual es que aparece un mensaje de aviso de producto que no hemos logrado personalizar para que tenga el mismo tipo de color de los demas botones. Adjuntare imagen de este problema para su analisis. Ellos nos recomendaron contactar al soporte de Woocomerce para dar a solucion a este problema. por medio de codigo o alguna otra forma.

    https://ecommerbiz.com/wp-content/uploads/2025/12/error-scaled.png

    El mensaje fue el siguiente:

    Este aviso es un mensaje de alerta de WooCommerce, pero no proviene de nuestro widget de Avisos de Producto: https://prnt.sc/wtlYmwjO4NGB Ten en cuenta que nuestro widget de Avisos de Producto se ve así en la Plantilla Única de Producto y se puede editar fácilmente: https://prnt.sc/fzmIARzg69wy https://prnt.sc/T_woquyHqVQZ

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ecommerbiz,

    Thank you for reaching out and for clearly explaining what you need help with, including the screenshot you shared.

    To clarify, WooCommerce does include built-in triggers and alerts, but when, where, and how those alerts appear depends entirely on your theme’s implementation. In your case, the notice you’re seeing should normally appear on the product page when an item is added to the cart. The fact that it’s showing on the cart page instead means your theme has customized this behavior.

    Please keep in mind that the overall appearance and styling of your site is controlled by your theme. WooCommerce has default styles, but what you’re seeing in the screenshot is not part of the default look — your theme is overriding it. I recommend sharing this information with your theme support team so they can assist further or escalate it to their development team if needed.

    Thread Starter anonymized-23232248

    (@anonymized-23232248)

    And what would be the real solution to resolve this problem, which is not pleasant, since our support team has nothing to do with this case, according to what we’ve been told?

    • This reply was modified 3 months ago by anonymized-23232248.

    Thank you for getting back and I understand the back and forth may be quite frustrating @ecommerbiz,

    As mentioned earlier, your theme is responsible for controlling the visual styling across your entire site. In the screenshot you shared, the alert is already being styled according to your theme’s design. Issues like this usually happen when a theme doesn’t include specific styling for certain WooCommerce widgets or features like buttons in alert — which appears to be the case here.

    A quick workaround is to style the button using custom CSS. For example:

    .woocommerce-notices-wrapper .button.wc-forward {
      background-color: green;
    }
    

    You can add this CSS by going to Appearance > Customize > Additional CSS. Feel free to change the background color to any value you prefer, including HEX codes like #000000.

    However, since button and alert styling should normally come from your theme, I still recommend reaching out to your theme’s support so they can provide a complete fix if you don’t want to use the CSS above.

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    I can understand your concern, I’ve checked the notice on your site, and I can confirm that while the notice itself is a default WooCommerce message, the styling (including the color) is being controlled by Elementor’s widget settings, as shown in this screenshot:
    https://go.screenpal.com/watch/cTlhDmnYV1F

    Since the style is coming from Elementor and not WooCommerce, the best next step would be to contact the Elementor support team. They will know exactly where these styling settings are located and can guide you on how to change the color to match the rest of your design.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.