KAC86 Posted February 15, 2022 Share 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 🙂 Link to comment
Beyondspace Posted February 15, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
KAC86 Posted February 15, 2022 Author Share 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! Link to comment
tuanphan Posted February 19, 2022 Share 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 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
KAC86 Posted February 25, 2022 Author Share 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) Link to comment
spaht Posted January 31 Share Posted January 31 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 Link to comment
tuanphan Posted February 3 Share Posted February 3 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 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
Printz Posted March 27 Share Posted March 27 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? Link to comment
tuanphan Posted March 30 Share Posted March 30 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 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