Comments manojOne started the conversationMay 2, 2020 at 11:11amHow do I remove breadcrumbs in Category, tag pages? I would also like to disable uppercase on these page titles (Eg, CATEGORY: WORDPRESS, TAG:SEO) 2,700PenciDesign repliedMay 2, 2020 at 4:50pmHi,Please try add more this code to Customize > Custom CSS to do that: body.category .container.penci-breadcrumb, body.tag .container.penci-breadcrumb{ display: none; } .archive-box span, .archive-box h1{ letter-spacing: 0; text-transform: none; } Best Regards,PenciDesignmanojOne repliedMay 3, 2020 at 4:14amPerfect! thank you very much. Sign in to reply ...
How do I remove breadcrumbs in Category, tag pages? I would also like to disable uppercase on these page titles (Eg, CATEGORY: WORDPRESS, TAG:SEO)
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Perfect! thank you very much.