Home › Forums › Support › Change cookie box color › Reply To: Change cookie box color
Posted 6 years, 1 month ago
You can use css code like so
.cc-floating .cc-message,
.cc-compliance {
font-size: 12px;
}
add to custom.css file.
Thank you