Title: Remove styling
Last modified: October 13, 2021

---

# Remove styling

 *  Resolved [toimisto](https://wordpress.org/support/users/toimisto/)
 * (@toimisto)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-styling-4/)
 * Is there a way to remove the styles that are set from the admin to the cookie
   banner inline? Id like to just use theme CSS instead.
 * so #cookie-law-info-bar inline styles (bg, color + font)
 * Thank you

Viewing 1 replies (of 1 total)

 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-styling-4/#post-14979865)
 * Hi [@toimisto](https://wordpress.org/support/users/toimisto/),
 * Greetings from Webtoffee!
 * You can override the default styling by adding the code as the sample below.
 *     ```
       #cookie-law-info-bar {
         color: black !important;
         background-color: white !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove styling’ is closed to new replies.

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/remove-styling-4/#post-14979865)
 * Status: resolved