9.4.x wrong style of button, css missing
-
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]
- You must be logged in to reply to this topic.