Sounds good. For anyone wondering, I removed the numbers by adding this to my child theme’s CSS:
ol {
list-style-type: none;
}
Also, it looks like the titles are not always properly aligned in relation to the thumbnails. For instance, sometimes the text of a title will fall below an image. You can check my website as an example (paulperkins.com). If you resize the browser window, you should see what I’m talking about.
Thanks,
Paul