Add this code to style.css in your theme
.cameraCont, .cameraContents {
background: none;
}
I had tried doing it manually and it didn’t work…
So then I learned that the easiest way is to do this, is to install
Simple Custom CSS just as you would any other WP Plugin:
Download Simple Custom CSS from www.ads-software.com.
https://www.ads-software.com/plugins/simple-custom-css
Unzip the .zip file.
Upload the Plugin folder (simple-custom-css/) to the wp-content/plugins folder.
Go to Plugins Admin Panel and find the newly uploaded Plugin, “Simple Custom CSS” in the list.
Click Activate Plugin to activate it.
Begin using the plugin by going to Appearance > Custom CSS in the Admin Menu.
Then just copy and paste this code in:
.cameraCont, .cameraContents {
background: none;
}
Removing everything there by default
/* whatever the existing test says */
It does all the “placement” work for you… and it worked for me so it should work for you!