Hello,
today I updated the Abundance-Theme and the Woocommerce-Plugin to the latest versions.
http://buechergildehamburg.de/produkt/tipps-fur-die-betriebliche-vertretung-behinderter-menschen/
I have two special CSS in my custom css, which I think do not work anymore:
1) I would like to delete the small product title that is just below the breadcrumb
.summary .product_title.page-title {
display: none;
}
2) I would like to delete the "Product description" title that is in the Description tab container
#tab-description h2 {
display: none;
}














