I don’t want this checkbox to be there,

I don’t want this checkbox to be there, and I just want to have an Accept and Reject button. Is that possible?
No description
13 Replies
Mackenly
Mackenly4mo ago
I don't think so. To use consent management, it has to be linked to a purpose. You can always just hide the checkbox item and the confirm button using css leaving only the accept and reject.
Ryder Cragie
Ryder Cragie4mo ago
So the CSS can hide elements, not just modify their appearance?
Mackenly
Mackenly4mo ago
Yes
Ryder Cragie
Ryder Cragie4mo ago
Can I also set the popup to appear at the bottom instead of covering the whole page like it does on Google Sites using CSS?
Mackenly
Mackenly4mo ago
Yes, should be able to.
Ryder Cragie
Ryder Cragie4mo ago
Managed to hide the checkbox but not the button.
No description
No description
No description
Ryder Cragie
Ryder Cragie4mo ago
Any ideas what I'm doing wrong?
Mackenly
Mackenly4mo ago
For the save button, you're using a class selector when that name is an id. There is a class, too, but it's named differently than the ID. See here:
No description
Ryder Cragie
Ryder Cragie4mo ago
I tried both as shown.
BadgeMan
BadgeMan4mo ago
This CSS will remove the confirm my choices button .cf_button.cf_button--save { display:none !important; } To change the colors and change the order you can do something like this: .cf_button.cf_button--accept { background-color: #8BC540; float:right; } .cf_button.cf_button--save, .cf_button.cf_button--reject { background-color: #d7093b; } .cf_button:hover { opacity:0.8; } .cf_consent-buttons { flex-flow: row-reverse; justify-content: flex-start; }
Ryder Cragie
Ryder Cragie4mo ago
This is what I wanted. Thank you.
No description
No description
Shippy140
Shippy1403mo ago
Did you ever find a way to have the popup appear on the bottom instead of over the whole page? We are looking to do that as well.
Mackenly
Mackenly3mo ago
It's a matter of repositioning it via CSS
Want results from more Discord servers?
Add your server
More Posts