Plugin Author
Aert
(@aahulsebos)
Hi @m266,
Please check: https://complianz.io/css-lesson-3-using-your-own-document-css/
This is probably what will help, if not. Let me know so I can have a look at your theme and see if we can fix it.
regards Aert
Thread Starter
m266
(@m266)
Hi Aert,
thanks a lot for your good tip!
I have used this custom css for my website and it worked fine:
/* Cookie-Richtlinie */
.cmplz-status-accepted,
.cmplz-status-denied {
display: none;
}
/* styles for the revoke button in document*/
.cc-revoke-custom{
padding: 16px 20px;
margin: 0;
border: none;
border-radius: 2px;
background: #0093C2;
font-size: 0.85rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.cc-revoke-custom:hover {
background-color: #3e8e41;
}
By the way:
I have translated the language file in german formal and upload to server. I hope this worked 🙂