Hi, On most of my pages, it puts the page title then the menu listing underneath. See the pic attached. The page is titled 'About TRBE' so on the top of my page it automatically puts About TRBE Home-->About---> TRBE I'd like to delete this menu listing in the code so this doesn't appear on all my pages. How can I do this?
Hello, Use following css code in Custom CSS to delete that portion. Code: .content_wrapper #crumbs { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
where do I put the css? I put it in the 'appearances' / theme options in styling but it didn't remove it on all the pages.
Hello, Use following code to remove that section from all pages. Code: #crumbs { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade