Ah…you know what…you found something I did not think about when someone uses the WP Custom Header. I didn’t think that some people may not want the caption box to show. I will need to add this to a theme update by creating an option setting that lets you disable it (which I will do this today).
If you still want to use the WP Header Image feature, you can install a plugin called “Simple Custom CSS” and then when you make your custom stylesheet, add this code:
.banner-caption-content {
display: none;
}
The code above will hide that caption box.
You’re very welcome π
I will be uploading the new Opportune update in about an hour, which will have that new caption box setting added.