0

I've added a (almost) minimal example to https://jsfiddle.net/p5uo12td/ I'd like the "Message Subimitted!" message to be hidden when the webpage is loaded, so that the message could get visible after good submission.

But can't find the way to make it not visible.

// html
<div id="msgSubmit" class="h3 text-center hidden">Message Submitted!</div>

// css
#msgSubmit .hidden {
    display: none !important;
    visibility: hidden;
    background: #0a0a0e;
}
Luis
  • 1,236
  • 5
  • 22
  • 31

0 Answers0