Replies: 1 comment
-
@uralulas, you need custom css to target a single button: #cc-main .pm__btn[data-role="necessary"] {
--cc-btn-primary-bg: red;
/*
--cc-btn-primary-border-color: red;
--cc-btn-primary-color: #fff;
--cc-btn-primary-hover-bg: #bbbbbb;
--cc-btn-primary-hover-border-color: #cdcdcd;
--cc-btn-primary-hover-color: red;
*/
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How I can change the class for changing the style of the Reject all button in the configuration popup page.
Beta Was this translation helpful? Give feedback.
All reactions