DaemianS Posted May 24 Posted May 24 (edited) Hi, Is there a way I can hide all of the image titles that show up when viewing on mobile? Is there a setting I'm missing or is it possible in CSS? https://www.daemianandchristine.com/ TIA! Edited May 24 by DaemianS added site
Solution tuanphan Posted May 24 Solution Posted May 24 You try this to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { .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 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