Well, it would be a good idea to disclose that fact in your FAQs.
Other than that point; agreed – the plugin works nicely.
And, by leveraging the Custom CSS value you provided, one can make the notification page look great.
Here’s the settings I used, including my CUSTOM CSS:
Page Title: Website Maintenance
Headline: Routine Maintenance is In Progress
Desc: Our website will be available shortly!
Footer Text: ? The Company 2016
Logo Width & Height: blank
Logo: [image]
Retina Logo: [image]
Background Image: [image]
Admin bar: enabled
503: enabled
Blur intensity: 25
Background blur: enabled
Login on/off: enabled
Custom CSS:
#wrapper > .site-content > .center {
margin-top: 30px;
margin-bottom: 30px;
background-color: #ffffff;
border: 1px solid black;
opacity: 0.4;
filter: alpha(opacity=40); /* IE8 and older */
}
.logo, .logo-retina {
padding: 25px;
background-color: #ffffff;
border: 0px solid #ffffff;
opacity: 0.6;
filter: alpha(opacity=60); /* IE8 and older */
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
}
.site-content h2.heading {
font-size: 45px !important;
font-weight: bold !important;
}
.site-content h3.description {
font-size: 28px !important;
font-weight: bold !important;
}
.company-name {
margin-top: 30px;
margin-bottom: 30px;
background-color: #ffffff;
border: 0px solid #ffffff;
opacity: 0.4;
filter: alpha(opacity=40); /* IE8 and older */
}