Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

naysilva on "UK Cookie Consent"

$
0
0

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 all articles
Browse latest Browse all 26892

Trending Articles