Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #304652

    I finally try to switch to your theme and ran into the following issues that I hope you can provide me some pointers:

    1. In the Header Layout section, the Header Title and Breadcrumbs options always required to display Title. I think that is very redundant because the Title of the post is always available in the content area. Is there a way to turn off the Title in the Breadcrumbs?

    Thanks, – CJ

    #304759

    Hey bemofunny!

    Thank you for using our theme.

    In custom.css or Enfold-Styling-Quick CSS field put the following:

    
    .title_container .main-title{
    display: none !important;
    }
    

    Best regards,
    Günter

    #304773

    Hi Günter,

    Thank you for responding to my requests. I tried your suggestion and it hide the title instead of the breadcrumb. But that gave me an idea so I changed the code to following and it works for me.

    Thanks!!

    .breadcrumb-trail .trail-end{
    display: none !important;
    }

    #304804

    Hey!

    Glad you found a solution :)

    Best regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove Title of the post in the Breadcrumbs’ is closed to new replies.