Okay
  Public Ticket #1427875
removing the breadcrumb
Closed

Comments

  •  2
    sergiomarchesini started the conversation

    Hi, is there a way to remove the breadcrumbs in blog category pages via some theme option? I looked everywhere but could not find it.

    If not, could you suggest an easy way to remove it by editing the child theme?

    TIA

  • [deleted] replied

    Hi Tia,

    Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

    Thanks!

  •  2
    sergiomarchesini replied

    https://www.elenaostanel.com/category/publications/

    notice the breadcrumb. I can remove it via css obviously, but I wonder if there is a cleaner way to do that.

  • [deleted] replied

    Hi Tia,

    Please add the code below to your Custom CSS area:

    body.category-publications h1.page-heading--title {
    display: none;
    }

    Have a great day!