Viewing 2 replies - 1 through 2 (of 2 total)
  • These instructions made for hiding Hello Bar on specific pages work just as well for DW Promobar. You can use the exact same PHP-code. You only need to replace the css code

    body.hellobar-hide #hellobar-wrapper {
    display: none !important;
    }

    with

    body.dwpb-hide #dwpb {
    display: none !important;
    }

    Whoops: the correct CSS is of course:

    body.hellobar-hide #dwpb {
    display: none !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the bar from certain pages’ is closed to new replies.