Home Forums Basel support forum Change COOKIES bar color Reply To: Change COOKIES bar color

#227859

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