Hi There,
Under your custom CSS, you forgot to close the bracket(}).
Please find this CSS:
.x-subscribe-form input[type="submit"] {
display: inline-block;
width: 100%;
margin-top…
And replace with this:
.x-subscribe-form input[type="submit"] {
display: inline-block;
width: 100%;
margin-top: 10px;
}
After that add your new custom CSS:
.x-navbar {
background-color: #1e73be;
}
Let us know how it goes!