Fincher Posted September 21, 2022 Share Posted September 21, 2022 Site URL: https://www.wendelinematson.com/ I would like the title/caption of the image to show on mobile view, not the white dot. I don't think the white dot is intuitive enough. Link to comment
Solution tuanphan Posted September 21, 2022 Solution Share Posted September 21, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { .yui3-lightbox2 .sqs-lightbox-meta.overlay-description-visible { opacity: 1 !important; bottom: 0 !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!) Link to comment
Fincher Posted September 21, 2022 Author Share Posted September 21, 2022 Thanks! That worked great. But now the navigation doesn't show up when you click on the hamburger icon. Could this new code be causing that? Link to comment
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 On 9/22/2022 at 12:27 AM, Fincher said: Thanks! That worked great. But now the navigation doesn't show up when you click on the hamburger icon. Could this new code be causing that? You can check Design > Site Styles. I see nav items have white color You can also add this to Design > Custom CSS a.Mobile-overlay-nav-item { color: black !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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment