Remove Title from pages and keep image in background
-
Hi.
I need to customize image for the category and remove category name (keeping image in background).
I’ve checked options in Page title options, but it seems to not be possible.
I can remove BREADCRUMBS, but not the TITLE in configurations.
Does anyone know how to do it?
Thanks,
Yuri
Hello,
You can set individual images for each category in the category editing mode. Find our documentation tutorial about this here: https://xtemos.com/docs-topic/product-category-menu/
Please add this code to the Theme Settings > Custom CSS > Global:
.post-type-archive-product .page-title .title {
display:none;
}
Best Regards