want to change the announcement bar color in Sahara theme.

Hi Deep_wrinkle

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
.bar.js-announcement-bar.text-colors-inverse.background-colors-secondary {
    background: #000 !important;
}

Result:

Best,
Esther