Hello,
Can someone help me to change the color on the TOP of the header (where the social icons are)? See attached screenshot.
https://anne-margrethe-art.myshopify.com/
The Code I have here today is as follow. I still want the icons to be on the left side, but in white color:
header#SiteHeader {
box-shadow: 0 0 1px #af9d70 !important;
}
.toolbar__content {
justify-content: flex-start !important;
}
.toolbar__item path {
color: #af9d70 !important;
}

