Comments 2sergiomarchesini started the conversationJanuary 11, 2018 at 9:26amHi, 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] repliedJanuary 11, 2018 at 10:50amHi 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! 2sergiomarchesini repliedJanuary 11, 2018 at 3:52pmhttps://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] repliedJanuary 11, 2018 at 4:00pmHi Tia,Please add the code below to your Custom CSS area: body.category-publications h1.page-heading--title { display: none;} Have a great day! Sign in to reply ...
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
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!
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.
Hi Tia,
Please add the code below to your Custom CSS area:
Have a great day!