HMitrushi Posted September 7 Share Posted September 7 My client wants her calendar to look clean and simple, with no event thumbnails showing except when you hover over the event. That way she won't have days with only one event showing a thumbnail and days with more than one only showing text. Is there a way to accomplish this with CSS? Link to comment
tuanphan Posted September 11 Share Posted September 11 Hi, Can you share link to page where you use calendar? We can check easier 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
HMitrushi Posted September 21 Author Share Posted September 21 https://www.williamfogglibrary.org/calendar For now I don't have any thumbnail images in there, but ideally, we'd like the thumbnail to show up only on hover whether there is just one event in a day or several. Thanks! Link to comment
tuanphan Posted September 25 Share Posted September 25 On 9/22/2023 at 6:34 AM, HMitrushi said: https://www.williamfogglibrary.org/calendar For now I don't have any thumbnail images in there, but ideally, we'd like the thumbnail to show up only on hover whether there is just one event in a day or several. Thanks! Can you add a thumbnail image? We can check easier if the site is live & you can't do this, you can create a test page > add calendar, set password then share url. 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
HMitrushi Posted October 3 Author Share Posted October 3 Thanks! I created a test calendar page that doesn't have any special code, and I left the placeholder thumbnail in there. Like I said, the client wants the thumbnail to show only on hover, no matter how many events are in a single day. https://www.williamfogglibrary.org/test-calendar Link to comment
tuanphan Posted October 7 Share Posted October 7 Add to Website Tools (under Not Linked) > Custom CSS .yui3-squarespacecalendar img.background-image { opacity: 0 !important; } .yui3-squarespacecalendar td:hover img.background-image { opacity: 1 !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment