Home › Forums › Basel support forum › Change COOKIES bar color › Reply To: Change COOKIES bar color
September 21, 2020 at 2:53 pm
#227859
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .title-wrapper.basel-title-style-simple .title:after {
background-color: yellow;
}
body .basel-cookies-inner .cookies-info-text h5{
color:green;
}
body .cookies-buttons .cookies-accept-btn {
border: 2px solid #fff;
color: #fff;
}
Please change the values as per your needs.
Best Regards