How to add header background in WooCommerce pages

Add Header Background in WooCommerce Pages

For adding custom header background image in your product WooCommerce pages, Follow my below instructions –

    • Go to Wp dashboard > customize > Additional CSS.
    • In Additional CSS text area, paste this CSS

.woocommerce-page .demo-image{
background:url( ADD IMAGE URL);
}

Note – In add image URL paste the desired image URL you want to show in your header background.