Under Construction Background Color not responding to color settings

Hi there,

I’m trying to change the background color for the Under Construction page.
No matter what I set it to, it remains the same: http://dev.divergent-creative.com/
Am I doing something wrong? I’m using the setting “Background - Select Your Color”, and it will not change. The settings to change the text color work - but not the background color.
Thoughts?

Thanks,
DC

1 Like

Hi DC,

I was able to replicate this issue on my test sites. I will forward this to our web development team for review.

For now, you can change the background color by adding the code below in Theme Options > CSS


.tco-under-construction-overlay {
    background-color:blue;
}

Thanks

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