Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #crumbs { display: none; }
Thanks it works but how do I reduce the gap where the breadcrumb used to be. This is on all the pages other than the homepage.
Hi, For reducing breadcrumb gap use following code and Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .content{ padding-top:5px !important; } .content-info { padding-bottom:5px !important; } it will reduce your breadcrumb gap. Thanks