Hi, I am trying to solve the multiple H1 tags issue on Appointway theme 1.1.7 (Latest) After pasting #crumbs { display: none; } in custom css, it removes the crumbs from showing on post page but in view source code still shows: <h1><div id="crumbs"><a href="https://buyingaprivatecar.com">Home</a> » <a href="https://buyingaprivatecar.com/car-inspection-tips/">Car Inspection Tips</a> » <span class="current">Discover Best Used Car to Buy</span></div></h1> Please help
Hello, display:none only hide that section, it's not delete section so it will not see in website but it is available in website so it will display in view page source. Thanks & Regards Yogesh Bhade
Hello, I am also having the same issue - I am trying to get rid of my second H1 tag in the source code altogether. Can you tell me how to disable breadcrumbs altogether? (Not just hide them)
Hello, If you want to delete that code then find following code and delete it. Following code will find you in blog.php, index.php, page.php, single.php, template-contact.php and template-fullwidth.php. Code: <div class="page_heading"> <h1><?php inkthemes_breadcrumbs(); ?> </h1> </div> It will resolve your issue. Thanks & Regards Yogesh Bhade
Thanks Yogesh & Others, done the trick. Any chance this could be a "tick option" in settings on later Appointway theme releases.