2.1.5 Breaks CSS

No longer able to change background colors in various plugins including the under construction plugin. Example; use the under construction plugin and change the background color update and there is no change and no color. this is occurring across various other plugins.

Hello There,

Thanks for writing in! There is a known bug with the latest release between the theme and the Under Construction plugin. Our developers has been already informed about this. An new release update will be rolling out anytime soon.

Meanwhile, you can temporarily resolve this issue by using this custom css:

.x-under-construction-overlay {
    background-color: #46508c !important;
}

Thank you for your understanding.

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