Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #475627

    Hello,

    how can we turn off only at all shop category pages the title and the breadcrumbs? The Shop (product) detail pages they should remain on.

    #475684

    Hi envato1901!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .post-type-archive-product .title_container {
      display: none;
    }

    Regards,
    Yigit

    #475812

    Hi Yigit,

    thanks works for the Main Shop Page. What template code must i use for the sub category template:

    Site / Shopmain (works) / Shopsub category (this here?) / Productdetail

    #475819

    Hi!

    Can you please post the link to your page where you would like to hide title bar?

    Regards,
    Yigit

    #475832

    yes, thanks for help :-)

    this is the new ok Page think its Main Archive?
    http://www.e-k-u.de/images/changed.PNG

    http://www.e-k-u.de/images/changed.PNG

    and this the other when you cklick on a category
    http://www.e-k-u.de/images/category.PNG

    http://www.e-k-u.de/images/category.PNG

    #475834

    Hi!

    Please add following code to Quick CSS as well

    .tax-product_cat .title_container {
      display: none;
    }

    Cheers!
    Yigit

    #475847

    that is it! Thanks for the fast help :-))

    #475890

    Hi!

    You are welcome, always happy to help :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Turn off title and breadcrumbs only on shop overview pages?’ is closed to new replies.