These white boxes appeared yesterday after updating.
See bottom of the page: http://virtuusa.com/
I’m also missing the search field in the header bar as described here https://kriesi.at/support/topic/after-updating-to-fix-avia-layout-builder-menu-bar-search-field-went-missing/
Hi!
A plugin called “portfolio-manage” is adding a code that causes widgets to have a white background:
http://virtuusa.com/wp-content/plugins/portfolio-manage/css/admin.css?ver=4.0
Either disable it or add this to Quick CSS:
#footer .widget {
background: transparent !important;
}
Cheers!
Josue