Title: Change bar opacity?
Last modified: September 1, 2016

---

# Change bar opacity?

 *  Resolved [lblake](https://wordpress.org/support/users/lblake/)
 * (@lblake)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-bar-opacity/)
 * Thanks for a useful plugin. I don’t see a way within the plugin settings to modify
   the opacity of the bar. Does it require and can it be done with external CSS?
 * [https://wordpress.org/plugins/uk-cookie-consent/](https://wordpress.org/plugins/uk-cookie-consent/)

Viewing 1 replies (of 1 total)

 *  [Gareth](https://wordpress.org/support/users/catapult_themes/)
 * (@catapult_themes)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-bar-opacity/#post-7470348)
 * 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.

 * ![](https://ps.w.org/uk-cookie-consent/assets/icon.svg?rev=2567699)
 * [Termly - GDPR/CCPA Cookie Consent Banner](https://wordpress.org/plugins/uk-cookie-consent/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/uk-cookie-consent/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/uk-cookie-consent/)
 * [Active Topics](https://wordpress.org/support/plugin/uk-cookie-consent/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/uk-cookie-consent/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/uk-cookie-consent/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gareth](https://wordpress.org/support/users/catapult_themes/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/change-bar-opacity/#post-7470348)
 * Status: resolved