mhnyc Posted October 8, 2020 Share Posted October 8, 2020 Site URL: https://madhattersnyc.com/nyc-calendar Hi, I used CSS to customize my calendar, but on October 17 there are two events and one is bolded and displays the start time while the other one displays as normal. I have the exact same events on October 18, and both are displaying as normal. Any idea why this is happening? Also, I think I prefer the darker font, does this need to be done with CSS? I think the light grey font is a little hard to read. Thank you in advance! Link to comment
tuanphan Posted October 8, 2020 Share Posted October 8, 2020 You used this code .yui3-squarespacecalendar .item-time { display: inline; font-weight: bold; } 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
mhnyc Posted October 10, 2020 Author Share Posted October 10, 2020 @tuanphan Thank you. I updated my CSS to remove the time display, but still not understanding the differences in font color. Any idea how to get everything to show in black vs. grey? Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 I see you solved? Also I see this problem, logo, nav is hidden on scroll header. Do you need help with this? 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
mhnyc Posted October 17, 2020 Author Share Posted October 17, 2020 Hi, @tuanphan - didn't even realize that issue with the scroll header! Thanks for pointing out, and yes, would appreciate help with that 🙂 I fixed it so the time isn't showing on the calendar, but the font is still in grey and some items are still in black. Do you know how to make all of it black? Thanks in advance! Link to comment
tuanphan Posted October 19, 2020 Share Posted October 19, 2020 Add to Home > Design > Custom CSS li.flyoutitem * { color: black !important; 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.