Okay
  Public Ticket #2211849
Woocommerce Demo Header
Closed

Comments

  •  1
    tara started the conversation

    Hi there, 

    I recently had problems getting the woocommerce demo page header/wrap off of my shop page... I was able to get it off with the code below, however, it's still appearing when the page loads - see screenshot. 

    body.archive.post-type-archive.post-type-archive-product.theme-salient.woocommerce.woocommerce-page.woocommerce-js #page-header-wrap {    display: none !important;
    }
    body[data-bg-header="true"].archive .container-wrap, body[data-bg-header="true"].category .container-wrap, body[data-bg-header="true"].blog .container-wrap {
        padding-top: 0px !important;
    }
    p {    padding-bottom: 0px !important;
    }
    .nectar-shop-header {    display: none !important;
    }
    .container-wrap {    padding-top: 0px !important;
    }
  •  8,992
    Tahir replied

    Hey Again,

    Try turning on the Page Transitions in Salient Theme Options Panel. 

    Best 


    ThemeNectar Support Team 

  •  1
    tara replied

    Thanks Tahir, it seems that fixed it.