January 20, 2019 at 12:33 pm
#59775
Theme Horse Support Team
Keymaster
Hi,
You can simply add below code to remove it only from the home page.
<?php
if ( !is_front_page() ) {
wp_head();
}
?>
Thank you for using our theme.