Home Forums Basel support forum Basel Toolbar Reply To: Basel Toolbar

#133121

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .basel-toolbar-item a::before {
    color: red;
}
body .basel-toolbar .wishlist-info-widget>a:before {
    color: red;
}
@media (max-width: 991px) and (min-width: 768px){
body .mobile-nav-icon .basel-burger,
body .mobile-nav-icon .basel-burger::after,
body .mobile-nav-icon .basel-burger::before {
    background-color: red;
}
}

Best Regards