• Hi guys,

    I’m using the UK Cookie Consent plugin which displays an accept cookie policy bar at either the top/bottom of every page which works great!

    I was just wondering how I could get this message to show on the homepage ONLY and no other page?

Viewing 1 replies (of 1 total)
  • Thread Starter naysilva

    (@naysilva)

    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 } ?>
Viewing 1 replies (of 1 total)
  • The topic ‘UK Cookie Consent’ is closed to new replies.