Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I customise the message #4

Closed
tomasherrera opened this issue Jun 10, 2015 · 2 comments
Closed

Can I customise the message #4

tomasherrera opened this issue Jun 10, 2015 · 2 comments
Assignees

Comments

@tomasherrera
Copy link

I want to get rid off the "x" on the message, can I do it? I don't users to be able to close the message but instead, let it dismiss it self

@ramthenmala
Copy link

Hi,
You can just hide the close button via css.

.alert .close {
  display: none;
}

@RoopeHakulinen
Copy link
Contributor

I'll add an option for that soon.

@RoopeHakulinen RoopeHakulinen self-assigned this Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants