Change the Undismissable Notice Color

So I’m using our Undismissable notice as a status update so NO ISSUES TO REPORT OR AN ISSUE HSS BEEN REPORTED. How can I change the default blue to say green on no issues and red when I need to

1 Like

Create a theme component with the following common CSS:

.alert.alert-info {
    background-color: #ffffff; //replace this with desired color code.
}

Then Simply add it to your active theme.

1 Like

Thanks for this we ended up going with the Versitile Banner App for our Notice Now High Level of Customization :slight_smile:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.