Sometimes clients do not want to see the titles when they over an image. When this happens you have the simplest and best solution.
Go to your Sidebar > Divi > Divi Options > General > In the CSS paste the following code:
img {
pointer-events: none;
}
And that´s it!