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 #2186863
breadcrumbs on featured image
Closed

Comments

  • crownchronicles started the conversation

    With the latest update, the breadcrumbs from the site are showing up on the top featured image - see attached. 

    How can I remove these please? It looks messy and has the title of the article and page twice


    thanks

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, we've added supports for display breadcrumbs for all single post templates.

    If you want to hide it on your single post, you can add more this code to Customize > Custom CSS:

    .single.penci-body-single-style-5 .container.penci-breadcrumb, 
    .single.penci-body-single-style-6 .container.penci-breadcrumb{ display: none; }
    

    Best Regards,

    PenciDesign