Tagged: breadcrumbs, shop, title
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.
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
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
Hi!
Can you please post the link to your page where you would like to hide title bar?
Regards,
Yigit
yes, thanks for help :-)
this is the new ok Page think its Main Archive?
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
Hi!
Please add following code to Quick CSS as well
.tax-product_cat .title_container {
display: none;
}
Cheers!
Yigit
that is it! Thanks for the fast help :-))