Change cookie box color

Home Forums Support Change cookie box color


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


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


A lot of thanks 😀

u can close the topic 🙂

Have a nice day


You’re welcome bro 🙂


Hi, I’m using factory template, where can I change the fontsize?


You can use css code like so

 .cc-floating .cc-message,
 .cc-compliance {
     font-size: 12px;
 }

add to custom.css file.
Thank you


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).


Try this

 .cc-color-override-688238583 .cc-btn {
    color: #fff !important;
    background-color: red !important;
}

This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.

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.