Home Forums Total Breadcrumbs still on shop and blog

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3291
    MrJOX
    Participant

    Hello to all ! 🙂

    I read many posts here to get rid of “breadcrumb” grey bar on top of all pages.

    With CSS code, i succeed to delete it on “classic” pages, but on my woocommerce storefront and my blog page, it’s still on.

    Somebody have a solution ?

    Thanks 😉

    #3384
    Trunk5
    Participant

    I just set ht-main-header to display:none;
    Breadcrumbs don’t show up anywhere

    #3481
    Hash
    Keymaster

    @MrJOX Adding the below CSS should remove the title bar from every page including woocommerce

    .ht-main-header{ display:none }

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