Archived topic
Content Title Not Hide Even After Disable It
5 replies · Started by Manish Jassal on May 26, 2019
Hi,
I tried to hide the content title of my shop page (https://www.sharesnappy.com/shop/) but it still shows.
I have tried two methods to disable it:
1). Pages - Shop - Layout - Disable Elements - Content Title.
2). Appearance - Elements - Layout - Disable Elements - Content Title - Display Rule - Location - Product Archive.
But after performed both the conditions. Content Title is still show on my Shop Page.
Pls help me :)
Hi there,
make sure you have the Woocommerce module activated in Appearance > GeneratePress.
In Customizer > Layout > Woocommerce --> Shop you have the option to disable the Page Title.
Hi David thanks for your reply.
I think i am not explain my query in a clear way. Let me try again.
1). I want to disable content title of my shop page only. Not to all other woo archive pages.
2). Second, i want content title on shop page/2/, page/3/ and so on.
I think this time i clear my query :)
Perhaps this CSS will work?:
body:not(.paged).post-type-archive-product .woocommerce-products-header {
display: none;
}
Hi Tom,
I tried this code in css but nothing happen.
Where did you add that CSS? I'm not seeing it anywhere.
Let me know :)