category page banner design
-
Hello,
Is it possible to remove category “Title”, other category details from category banner ?
Please look at here:
https://drive.google.com/open?id=1ORysPVNU7nZ_eo3Ji3eWeu01JdE4aZ53
Thanks
Hello,
Yes, you can, but please note that it is possible to do for all the categories not for certain one.
Please navigate to Theme Settings > Shop > SIDEBAR & PAGE TITLE > disable Categories in page heading
Best Regards
Thanks,
But i want to remove also title.
I did below action:
Theme Settings > Shop > SIDEBAR & PAGE TITLE > disable Shop Title
When i disable shop title, banner background picture disable too.
Is it possible to remove title and keep background image.
Hello,
Yes, it is possible. Add this code to the Theme Settings > Custom CSS:
.shop-title-wrapper .entry-title{
display:none;
}
Best Regards