WIP: Disable header and footer not work in woocommerce Thank you template

Hi @HOSEIN,

thank you for the report. I was able to confirm it, and I’ve connected your task to the existing report that we have. It’s a little different logic for Woo templates, so that’s why it does not work there.

For a workaround, you can use the following CSS to hide them:

header, footer {
 display:none;
}

Best regards,
Matej

1 Like