GoBrit Posted July 19, 2023 Share Posted July 19, 2023 As stated in title, I'd like my visitor to only see the event title when they click(hover?) on the calendar date on mobile (my excerpts are long and overflow to other blocks. Desktop view looks fine. Looking for CSS. Thank you in advance for any assistance. Link to comment
tuanphan Posted July 22, 2023 Share Posted July 22, 2023 Try adding this to Design > Custom CSS /* Mobile calendar hide excerpt */ @media screen and (max-width:767px) { .yui3-squarespacecalendar .small-layout .flyoutitemlist { 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!) Link to comment
GoBrit Posted August 8, 2023 Author Share Posted August 8, 2023 Thanks @tuanphan, that seems to completely hide the title as well. However, I've gone with the solution of making the calendar only 6 wide (leaving a blank column on each side). This causes only the titles to display and works for me even though the calendar is pretty small. Thanks again! Link to comment
tuanphan Posted August 10, 2023 Share Posted August 10, 2023 So did you solve or still need help to hide title? 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