[Resolved] I can't get rid of Home Heading

Home Forums Support [Resolved] I can't get rid of Home Heading

Home Forums Support I can't get rid of Home Heading

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198804
    Peter

    The option “disable the content titel + Home NAV doesn’t work, I’ve reinstalled the shop page with the same result. Hope you can help me out

    WR Peter

    #198908
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Are you using WooCommerce? If so, pages like the shop and blog ignore metabox settings in WP.

    You can try this CSS though:

    .woocommerce .entry-header,
    .woocommerce .main-navigation {
        display: none;
    }

    Let me know if that helps or not ๐Ÿ™‚

    #251886
    Peter

    No it didn’t work, but I found the solution myself add to css

    /*Remove Header and navigatie in the shop*/
    .woocommerce .page-title,
    .woocommerce .woocommerce-breadcrumb {
    display: none;
    }

    #252016
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.