Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #454417

    Hi there

    I really need to remove the blog link from the breadcrumbs on the blog post pages.

    http://devbusinesssense.yapcat.net/new-investment-prospectus-launched/

    Is there a way I can do this?

    Any prompt help greatly appreciated as it’s due to go live tomorrow!

    Thank you in Advance

    Alan

    #454466

    Hey Alan

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single span[typeof="v:Breadcrumb"]:nth-child(4), .single span.sep:nth-child(5) {
      display: none!important;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.