Delahh Posted December 15, 2020 Share Posted December 15, 2020 Site URL: https://rachelbellmusic.squarespace.com/tour I'd like to change the size of the font for date details on the calendar. Can anyone help with the custom CSS? Thank you! URL: https://rachelbellmusic.squarespace.com/tour Password: accordion Link to comment
tuanphan Posted December 21, 2020 Share Posted December 21, 2020 Hi. Add to Home > Design > Custom CSS /* Calendar date size */ li.eventlist-meta-item.eventlist-meta-date.event-meta-item * { font-size: 20px; } I see on mobile, the event page is long. You can consider adding a back top top button. 2. Tablet. The title doesn't look good. You can add this to Design > Custom CSS to solve /* resize form title */ @media screen and (max-width:991px) and (min-width:768px) { div#block-4d542060749c39e8be8f h2 { font-size: 36px; } } 3. You haven't changed SEO Title so the browsers still show "Team 1" https://rachelbellmusic.squarespace.com/about The image block on tablet also doesn't look good. If you check on tablet, I think you will some other problems. 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.