How Do I Add Under Construction in WordPress?

Adding “Under Construction” to your WordPress site is easy. Follow these steps:1. Log into your WordPress site.2. Click on the “Appearance” tab.

3. Click on the “Customize” link next to “Under Construction.”4. In the “Under Construction” Customizer, add the following code to the “Custom CSS” field:.UnderConstruction {.

display:none;

}5. Click on the “Save Changes” button.6. The “Under Construction” Customizer will disappear, and the site will look normal again.7. To indicate that your site is still under construction, add the “Under Construction” text badge to your site’s header. To add the badge, follow these steps:1.

2.3. Click on the “Customize” link next to “Header. In the “Header” Customizer, add the following code to the “Custom CSS” field:.Header .badge {.

text-align: center;

display:block;

}5. The “Header” Customizer will disappear, and the site will look normal again. Add the “Under Construction” text badge to the top of your site’s header.badge:before {.

content:”Under Construction”;

}5.

7. The “Under Construction” text badge will appear in the top of your site’s header.