How can I customize a blog category page? For example, I'd like to delete the "Category / " line and insert a textbook of category description before displaying the posts.
This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though
Can you please add the code below to your Custom CSS area:
Hello,
How can I customize a blog category page? For example, I'd like to delete the "Category / " line and insert a textbook of category description before displaying the posts.
Best regards.
Hi yunyunmao,
This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though
Can you please add the code below to your Custom CSS area:
body.archive.category .page-heading--title span {font-size: 26px !important;
}
body.archive.category .page-heading--title:first-child {
font-size: 0px !important;
}