How to change color text header (icon cart & drawer) when you have a transparant header

Hello @dieuxstudios ,

Navigate to Online Store > Themes > click on Edit code.
Locate and open the theme.css or base.css file. Scroll to the bottom and add the following CSS code:

.header__icon--menu .icon {
 color: black !important; 
}
.header__icon, .header__icon--cart .icon {
  
    color: black !important;
}

Result: