Emmeline comes with the option to add a custom three column row with special effects beneath the images. See below.
To remove the numbers under the images for Emmeline, apply the CSS shown below:
.homepage_threecol .et_pb_text .et_pb_text_inner::before {
width: 0;
}
.homepage_threecol .et_pb_column .et_pb_text::before {
display: none;
}
.homepage_threecol .et_pb_text:nth-child(3) .et_pb_text_inner {
padding-left: 0;
margin-left: 0;
}