KAC86 Posted February 15, 2022 Posted February 15, 2022 Site URL: https://www.biofabricate.co/about Hi, I was wondering if anyone can help with a bit of custom CSS - I want to change the font style in my accordion description from paragraph to heading. At the moment the only choice is paragraph styles! Thanks 🙂
Beyondspace Posted February 15, 2022 Posted February 15, 2022 (edited) 17 minutes ago, KAC86 said: Site URL: https://www.biofabricate.co/about Hi, I was wondering if anyone can help with a bit of custom CSS - I want to change the font style in my accordion description from paragraph to heading. At the moment the only choice is paragraph styles! Thanks 🙂 Try adding to Home > Design > custom Css #block-ad80010ec1f48b7b7003 .accordion-item__title, #block-ad80010ec1f48b7b7003 .accordion-item__description * { font-family: arial; } Choose the right font you want to apply Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited February 15, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
KAC86 Posted February 15, 2022 Author Posted February 15, 2022 20 minutes ago, bangank36 said: Try adding to Home > Design > custom Css #block-ad80010ec1f48b7b7003 .accordion-item__title, #block-ad80010ec1f48b7b7003 .accordion-item__description * { font-family: arial; } Choose the right font you want to apply Let me know how it works on your site Support me by pressing 👍 if this useful for you Thanks @bangank36 for answering so quickly, it worked a bit! We're using Garamond Premier Pro as our font in 300 weight, and the code changed the accordion to a serif but it doesn't look the same as the other Garamond Pro on the page - I've attached a screenshot. Any thoughts? Thanks!
tuanphan Posted February 19, 2022 Posted February 19, 2022 Add this CSS div.accordion-item__dropdown p { font-family: garamond-premier-pro-display !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!)
KAC86 Posted February 25, 2022 Author Posted February 25, 2022 On 2/19/2022 at 11:11 AM, tuanphan said: Add this CSS div.accordion-item__dropdown p { font-family: garamond-premier-pro-display !important; } Thanks so much @tuanphan - all fixed 🙌 (and sorry for the slow thank you - totally missed your response)
spaht Posted January 31, 2023 Posted January 31, 2023 Hello -- brand new here and having a similar situation as KAC86. I'd like to change the font size in my accordion description so it's not so large. Do I need to change it somehow from paragraph to heading or how can I change the font size? Thanks
tuanphan Posted February 3, 2023 Posted February 3, 2023 On 2/1/2023 at 2:25 AM, spaht said: Hello -- brand new here and having a similar situation as KAC86. I'd like to change the font size in my accordion description so it's not so large. Do I need to change it somehow from paragraph to heading or how can I change the font size? Thanks You change paragraph style in Site Styles, or add this to Design > Custom CSS div.accordion-item__dropdown * { font-size: 16px !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!)
Printz Posted March 27, 2023 Posted March 27, 2023 Hi, I have tried the above code but nothing seems to be changing the drop down font size on my site, do you have any ideas?
tuanphan Posted March 30, 2023 Posted March 30, 2023 On 3/27/2023 at 9:53 PM, Printz said: Hi, I have tried the above code but nothing seems to be changing the drop down font size on my site, do you have any ideas? Can you share link to About Me page? 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment