KenNaka Posted October 13, 2020 Share Posted October 13, 2020 Site URL: https://cymbals-chimes-8ezk.squarespace.com/config/design/custom-css Hello, I want to change the font size for: Calendar Title ie. "October 2020" The fly out Title and also the Event Listing Title size. I know I have to do the . ??? { font-size } but I'm not sure what are the names for those titles?? Thanks in advance! Link to comment
tuanphan Posted October 13, 2020 Share Posted October 13, 2020 Can you share link to event page? We can check easier. 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
KenNaka Posted October 14, 2020 Author Share Posted October 14, 2020 this is the page: http://www.experiencemaldon.com.au/whatsonmaldon Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 On 10/15/2020 at 4:41 AM, KenNaka said: this is the page: http://www.experiencemaldon.com.au/whatsonmaldon Add to Home > Design > Custom CSS /* calendar title */ .yui3-calendar-header-label { font-size: 50px; } /* flyout title */ .yui3-squarespacecalendar .flyoutitem a { font-size: 30px; } .eventlist-title .eventlist-title-link { font-size: 30px !important; } shipdaddy 1 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
KenNaka Posted October 21, 2020 Author Share Posted October 21, 2020 Thank you so much for your help! 😄 Link to comment
shipdaddy Posted March 14, 2022 Share Posted March 14, 2022 Appreciate it as well! Do you also have a recommendation for changing the font size of the listings themselves? Link to comment
tuanphan Posted March 14, 2022 Share Posted March 14, 2022 9 hours ago, shipdaddy said: Appreciate it as well! Do you also have a recommendation for changing the font size of the listings themselves? Which element in listing? 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
datclaiborne Posted December 8, 2023 Share Posted December 8, 2023 Hey Tuan, I have a similar question. I would love to make the font size for all the event titles on my Events page the same size as my "H1" header that is consistent throughout the rest of my site. Then, once I click into a particular event, I would like the font size for that event title to also remain as H1. It sounds like the Event page itself can be remedied with the code you mentioned: } .eventlist-title .eventlist-title-link { font-size: 30px !important; } but is there a way to tell what font size my H1 header is so that I can set it to that number? Alternatively, if it's just possible to peg it to H1 and then changes if I ever change the font size for that heading, that would be even better. Then, is there new code that I could use to likewise change the font size for the event title in the listings itself? Here are the two pages in question. Thank you so much for any help you can provide! https://www.travelbreedscontent.com/events https://www.travelbreedscontent.com/events/2023/12/7/daniel-tam-claiborne-with-nonfiction-for-no-reason Link to comment
Bilash Posted December 8, 2023 Share Posted December 8, 2023 Hi @datclaiborne Your H1 header font size is 28px currently for the desktop devices. If you want all of your desired titles to look the same on every page then you can add the following CSS: #logo .logo.site-title, .eventlist-title .eventlist-title-link , .eventitem-column-meta .eventitem-title { font-family: proxima-nova !important; font-weight: 700 !important; font-style: normal !important; font-size: 28px !important; line-height: 1.2 !important; } tuanphan 1 🙋♂️ Taifuzzaman Bilash - LinkedIn | WhatsApp | Email -- Set up a free discovery meeting -- I'm available for hire on Upwork. 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