Camelia Posted July 2, 2020 Share Posted July 2, 2020 Site URL: http://www.cameliamanea.com How can I hide image titles (and descriptions) from gallery view on the Wells template? I've played around with the below CSS bits, the first one worked to hide the title images on Desktop view, but it still shows on Mobile. Help! Quote /* Hide Green Title */ .collection-type-gallery .slide-meta-wrapper .image-title { display: none; } /* Hide Black Date */ .collection-type-gallery .slide-meta-wrapper .image-desc { display: none; } Quote .sqs-lightbox-meta{ display: none!important; } Link to comment
tuanphan Posted July 2, 2020 Share Posted July 2, 2020 Add to Home > Design > Custom CSS .image-title-mobile { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Camelia Posted July 3, 2020 Author Share Posted July 3, 2020 it worked!! thank you so much. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.