Hiding image titles, captions and keywords in mobile view
Sometimes you would like to hide captions, titles and keywords in mobile view only for more cleaner look. This code will allow you to hide all of this on mobile devices.
Add a CSS content block to the ENTIRE SITE section of your website and then add this code to it:
CSS
/*Hiding gallery titles, captions an keywords on mobile*/
@media screen and (max-width: 736px){
.sm-user-ui .sm-tile-caption, .sm-user-ui .sm-tile-title, .sm-user-ui .sm-tile-keywords {
display: none;
}
}
CSSThis site uses Akismet to reduce spam. Learn how your comment data is processed.
Support this PORTAL
I am writing this portal in my free time and I pay for it myself. So, if you want to support my work – use this button to buy me a coffee 🙂 Which will help towards the hosting costs of the portal.
Leave a Reply