Hi!
I have installed Beta 3 to a staging site with a WooCommerce Web shop. I do have a Child theme, but the issue is the same if the main theme is activated as well:
-
The Checkout page had its own Header assigned. After upgrading to Beta, the Homepage header is assigned to the checkout instead its originally assigned header.
-
I have customizations in place for the Checkout page. It is placed inside the Global CSS. With Beta, it stopped working.
Here is a part of it:
body.woocommerce-checkout .entry-content {
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 3em;
padding-top:1em;
}
Thanks!
