Product Categories Page Title
-
Hello,
I want to hide the title text product categories page only also, I want to increase the banner height only on mobile view.
Best
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.tax-product_cat .title-size-default .title {
display: none;
}
.tax-product_cat .wd-back-btn {
display: none;
}
Best Regards
Thank you
You are awesome 🙂
Also, I want to increase banner height on mobile view only.
Best
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.tax-product_cat .page-title {
padding: 100px 0;
}
Best Regards.