Is it possible to have an alert box without the close (x) button on it?
I just want to highlight some text by putting it in a div with a background colour and padding - and I'd really like to do it with shortcodes as opposed to custom HTML (so my client can easily update without having to know HTML).
Comments
.alert a.close i { display: none; }