Home › Forums › Basel support forum › Basel Toolbar › Reply To: Basel Toolbar
July 17, 2019 at 10:32 am
#133121
Elise Noromit
Member
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