Tagged: breadcrumb, title, woocommerce
Hi,
I am about to install woocommerce on http://www.tip-top-english.de which works fine so far.
However, the shop-pages http://www.tip-top-english.de/shop/ there is the page-title a breadcrumb an a borderline shown. How can I detelete those 3 item?
Thanks for your support.
Rgds, Peter
Hey Whippert!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following:
.archive.woocommerce-page #main .title_container {
display: none !important;
}
Best regards,
Günter
Thank you Günter,
works perfect on the main shop pages and at categories. But not yet on single-product pages. What would be the right code for these page?
Thanks in advance,
Peter
Hey!
Thank you for your feedback.
Replace code above with:
.single.single-product #main .title_container,
.archive.woocommerce-page #main .title_container {
display: none !important;
}
Best regards,
Günter
All right sparky,
Danke für die schnelle Hilfe!
Beste Grüße
Peter
Sorry to be a little bit complicated. Now I found out that there ist a Cart and a Checkout which should also have no title. Could you extend the script one more. I apreaciate.
Regds
Peter
Hey!
Please add following code to Quick CSS as well
.woocommerce-cart .title_container,.woocommerce-checkout .title_container {
display: none!important;
}
Regards,
Yigit
ThanK u – worked fine. I apreaciate.
Peter
Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit