Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #155243
    Wandyr
    Participant

    ‘Archives: Products
    This is where you can add new products to your store.’ is showing up in the header area of my shop page. How to get rid of this? Thx!

    #155264
    Skandha
    Participant

    @wandyr: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce .section-title-wrapper, .woocommerce .site-header-text {
        display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Archives: Products This is where you can add new products to your store.’ is closed to new replies.