I’d like to hide the titles in the lightbox area when I am using the “Gallery” module.
So far I’ve managed to get the titles to disappear when not on a mobile device by using this custom CSS:
.mfp-title {
display: none;
}
However when I open the website on a mobile device the titles still appear. I’m wondering if there is another section of the css I can change in order to make the titles disappear on the mobile version of the website. Thank you.