Under construction background color issue

Not trivial but more of an annoyance. The background color set via settings for Under construction get overwritten by theme. No problem with background-images. I just wanted a simple background color.

Hi Deepak,

Thank you for your report. I added this to our issue tracker. This will be fixed in the upcoming release of the Under Construction plugin update.

At the time being as a temporary solution you need to change line 69 of wp-content/plugins/tco-under-construction/functions/enqueue/styles.php from:

background-color: <?php echo $tco_under_construction_background_color; ?>;

to:

background-color: <?php echo $tco_under_construction_background_color; ?> !important;

Thank you.

Thank you. All good.

You’re welcome. Glad we could help.

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