Zenab Posted February 20 Posted February 20 (edited) https://kanikaoung.squarespace.com/portfolio Password: inprogress How can I have these titles hidden at first, and then display on top of the thumbnails as the user hovers? Edited February 20 by Zenab
tuanphan Posted February 21 Posted February 21 Use this code to Website > Website Tools > Custom CSS .lessons.collection-content-wrapper .grid-meta-wrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; opacity: 0 !important; } .lessons.collection-content-wrapper .grid-meta-wrapper * { text-align: center !important; } li.grid-item:hover .grid-meta-wrapper { opacity: 1 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment