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

    Dear team, I’ve created a page that functions as the main blog page on this website. Unfortunately, the main blog category has the same name. Because of this reason, the blog category shouldn’t be shown in the breadcrumb. How can I remove it? Thanks for your effrots!

    • This topic was modified 6 years, 6 months ago by klotzomat.
    #939611

    Hey klotzomat,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .trail-begin + .sep, .trail-begin + .sep + span {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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