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)
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)
Thanks for this we ended up going with the Versitile Banner App for our Notice Now High Level of Customization
إعجابَين (2)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.