I am trying to update my announcement bar to a different colour and I have gone through the theme settings and it seems there is no section to update this?
Consider adding your store link, so that orders can look into the css.
Try adding this code to the bottom of index.css
#shopify-section-static-announcement-bar .announcement-bar.flex.items-center.justify-center.is-selected {
background-color:#000 !important;
}
Result:
Thank you so much I updated the CSS section and entered my chosen colour. Brilliant!
@jojo19 Excellent! Please mark my answer as a solution.