Hi
I choose to display globally the title on my site (with Enfold > General Settings Header)
I’ve open a shop in the site, but on certain page like shop, cart product (those pages who were automatically add by WooCommerce), it’s impossible to suppress the title (shop) or make the title disappear (product pages)
If i’m using a CSS or the general settings, the title aren’t ther, but none of the other title of the whole site either.
How can choose not to display title on Woocommerce page with for instance, a remove_action in functions.php or whatever action which not modifiy the parent theme ?
I’ve tried something like
function suppress_title(){
if ( is_category('product') ) {
remove_action( 'avia_title','avia_header_setting');
}
}
but whihout any result
Many thanks
Hey Ikyo!
Go ahead and send us a link to the page and let us know which title exactly your trying to remove. There is the main title that displays next to the breadcrumbs but there is also an entry title that displays along with the product info.
Cheers!
Elliott
Hi Elliott
I don’t want nor title neiither breadcrumbs on these pages :
Kind regards ans many thanks
Hi!
Add this to your custom CSS.
.single-product .title_container, .post-type-archive-product .title_container { display: none !important; }
Cheers!
Elliott
Ooh..Elliott…you’re quite a magician !
Merci beaucoup !
Grateful cheers