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 „Gefällt mir“

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 „Gefällt mir“

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

2 „Gefällt mir“

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