CSS Styling for Under Construction Page Isn't Working!

Hi, I’m working on a site and I’m using the generic Construction Page as it’s fine for what I need, but I’d like just to tweak it with CSS but I’ve added the code into the Global Custom CSS but nothing happens! I have no idea what I’m doing wrong. Would you be able to take a look please and let me know!

Here’s the code I’m using:

.tco-under-construction h1 {
margin: 40px 0 35px !important;
letter-spacing: 0em !important;
}
.tco-under-construction h2 {
font-size: 28px !important;
letter-spacing: 0em !important;
}

I’ll put the URL in a secure note if you need it as a reference.

Thanks!

Hi There,

Thanks for writing in! It seems the following CSS rules override your Global CSS

.tco-under-construction h1 {
    margin: 0 0 25px;
    font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    color: #24a4c1;
}

.tco-under-construction h2 {
        margin: 0;
        font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.4;
        color: #ffffff;
      }

Could you please provide us with your WordPress credentials in a secure note to check this issue further.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.