Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2385925
Disable breadcrumb
Closed

Comments

  • manojOne started the conversation

    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)

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • manojOne replied

    Perfect! thank you very much.