Disable title on category pages
-
Hi,
I’d like to disable the title of categories pages. But how?
Thank you!
Hi,
You can disable it in Theme Settings -> Page heading.
Regards
I can’t because I need it in other pages.
In this case try to disable Page heading for the shop page only in Dashboard -> Pages -> edit page.
Ehm… I need heading on shop page. How I can disable the heading only on categories?
Sorry, we mean disable it for the blog page. Anyway, just add the following snippet to the Custom CSS
.category .page-title {
display:none;
}
Regards