Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created May 21, 2021 14:43
Show Gist options
  • Select an option

  • Save AertHulsebos/71a819d6169cf8330de4eafb28b38ba4 to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/71a819d6169cf8330de4eafb28b38ba4 to your computer and use it in GitHub Desktop.
/* Styling for Consent Area Placeholder - Icon by Flaticons (Free) */
.cmplz-consent-area {
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
background-color: #f0f7fb;
background-image: url("your-image-address-here");
background-position: 9px 11px;
background-repeat: no-repeat;
border: solid 1px #3498db;
border-radius: 5px;
line-height: 18px;
overflow: hidden;
padding: 15px 60px;
width:95%;
}
.cmplz-consent-area a{
color: #3498db;
font-size: 14px;
text-decoration:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment