Viewing 1 replies (of 1 total)
  • Gareth

    (@catapult_themes)

    Hi

    Yes, you’d need to do that via CSS. Something like:

    .has-cookie-bar #catapult-cookie-bar {
        background-color: rgba(0,0,0,0.5); /* Change background opacity */
    }

    or

    .has-cookie-bar #catapult-cookie-bar {
        opacity: 0.8  /* Change opacity of entire object */
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change bar opacity?’ is closed to new replies.