In case it’s of use to anyone, I figured it out. I’ve added this to the Additional CSS under Customize. This causes the titles for each image to show by default instead of on hover on smaller screens.
@media all and (max-width: 800px) {
h2.project-title {
opacity: 1;
filter: drop-shadow(4px 4px 4px #000);
}
}
Good call. I’d love this functionality but couldn’t get this link to work:
http://wordpress.pastebin.ca/1736479
Is it still around or available in some other form?
Thanks!
This is great! I was looking for this. I’m surprised it’s not a core part of WordPress.
So I did this and it worked great on my home page but in my search pages (i.e. view all posts in a category), it is no longer active. Any ideas?
Thanks!