Posted 6 years, 10 months ago
Hi Briam, how are u? 🙂
Where did I change the color of the cookie box?
I can not find the file to modify the code 🙁
Thanks
Posted 6 years, 10 months ago
Hi Ruben,
Just open custom.css file then add
.cc-color-override-688238583.cc-window {
color: #d3d3d3 !important;
background-color: red !important;
}
Simply change the color for color and background color to suite your needs
Posted 6 years, 10 months ago
A lot of thanks 😀
u can close the topic 🙂
Have a nice day
Posted 6 years, 10 months ago
You’re welcome bro 🙂
Posted 6 years, 4 months ago
Hi, I’m using factory template, where can I change the fontsize?
Posted 6 years, 3 months ago
You can use css code like so
.cc-floating .cc-message,
.cc-compliance {
font-size: 12px;
}
add to custom.css file.
Thank you
Posted 6 years, 3 months ago
With the instructions of the second post, I can’t get it to work to change the color of the cookie box button.
(wt factory template).
Posted 6 years, 3 months ago
Try this
.cc-color-override-688238583 .cc-btn {
color: #fff !important;
background-color: red !important;
}
Posted 6 years, 3 months ago
This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
Posted 6 years, 3 months ago
Sorry, I see you’re using different cookie style, it should be
.cc-btn {
color: #fff !important;
background-color: red !important;
border-color: red !important;
}
You must be logged in to reply to this topic.