Hide page-title for an specific woocommerce categorie
-
Hi, Googled for quite some time now to find a solution to hide the “page-title” (in attachment) for a woocommerce categories or attribute. does someone know how to hide this element for our store?
the category id 7630 does someone know a solution?
thx!
Attachments:
You must be
logged in to view attached files.
to clarify my question its for 1 specific categorie not all categories.
Hello,
You want to hide the title only for one category, right? It is possible with the custom CSS. Please provide the category URL.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.term-alle-zichtzendingen .page-title {
display:none;
}
Best Regards
Awesome!. thx for this quick and great support.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Hide page-title for an specific woocommerce categorie’ is closed to new replies.