• With Woocommerce 9.4.x (even 9.4.1 and 9.4.2) it seems that some css is missing

    Compare this page https://stg.winesurf.it/carrello/?add-to-cart=31347&quantity=1

    with this

    these lines of css which color the button text white are missing

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    color: #fff;
    }

    all plugins are the same between the two environments

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

Viewing 1 replies (of 1 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    I understand your concern. I’ve updated WooCommerce to the latest version on my test site, and I can see that the button color is displaying correctly. However, the CSS code adding the white color to the buttons is different from the one you mentioned.

    To assist you further, could you please create a staging site and activate the default WordPress theme (Storefront or Twenty Twenty-Four) with only WooCommerce enabled? Check if the button style issue still occurs. Alternatively, you can run a conflict test by following the instructions in this article:
    How to Test for Conflicts

    If the issue persists, could you please share the link to your staging site with the default theme and WooCommerce activated? This will help us investigate the problem further.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.