Skip to content

Instantly share code, notes, and snippets.

@mirkoschubert
Created October 4, 2019 08:45
Show Gist options
  • Save mirkoschubert/efe54323fcc1d233be40c41b42cd9e5a to your computer and use it in GitHub Desktop.
Save mirkoschubert/efe54323fcc1d233be40c41b42cd9e5a to your computer and use it in GitHub Desktop.
Change Style of Usercentrics Cookie Banner in WordPress (with Child Theme body Class)
.child #uc-banner-centered .uc-banner-content .uc-banner-text {
color: #c64444;
font-size: 14px;
line-height: 1.5;
}
.child #usercentrics-button .uc-btn-new.uc-btn-accept {
background-color: #42bccc;
color: #baf608;
}
.child #usercentrics-button .uc-btn-new.uc-btn-deny {
background-color: #2ea3f2;
color: #e6e;
}
.child #usercentrics-button .uc-btn-new.uc-btn-more {
background-color: #42bccc;
color: #baf608;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment