I managed to do it by adding the following to the header.php file if anybody else is wanting the same thing:-
<?php if (!is_home()) { ?>
<style>
#catapult-cookie-bar { display: none !important; }
</style>
<?php } ?>
I managed to do it by adding the following to the header.php file if anybody else is wanting the same thing:-
<?php if (!is_home()) { ?>
<style>
#catapult-cookie-bar { display: none !important; }
</style>
<?php } ?>