What template/style do I need to modify in the Hydrogen style set to remove the "breadcrumb" menu bar entirely from display ? Version: xenforo_1.3.2_1703098347_full Style version: 1.3.2
You can open PAGE_CONTAINER template, find and remove Code: <xen:include template="ad_above_top_breadcrumb" /> <xen:hook name="page_container_breadcrumb_top"> <div class="breadBoxTop {xen:if $topctrl, withTopCtrl}"> <xen:if is="{$topctrl}"><div class="topCtrl">{xen:raw $topctrl}</div></xen:if> <xen:include template="breadcrumb"><xen:set var="$microdata">1</xen:set></xen:include> </div> </xen:hook> <xen:include template="ad_below_top_breadcrumb" />