BloomStudio Posted July 11 Posted July 11 (edited) Hello, I'm trying to create the accordion with 2 titles one on top of the other and one with text in bold to look like the example attached. The fonts are all added using CSS. Thank you Edited July 11 by BloomStudio
Lesum Posted July 11 Posted July 11 @BloomStudio Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
BloomStudio Posted July 11 Author Posted July 11 Sure, here it is: bumblebee-blenny-z38d.squarespace.com Password: styledhabitat
Solution inside_the_square Posted July 11 Solution Posted July 11 Love this idea - your design is fabulous!! Here is a quick code fix with a custom tutorial for ya; hope it helps 🙂 .accordion-item__title:after{ white-space:pre; font-size:10px; letter-spacing:.2rem } #block-yui_3_17_2_1_1720686858477_10054.sqs-block-accordion .accordion-item:nth-child(1) .accordion-item__title:after{ content:"\A DESIGN STUDIO MANAGER"; } #block-yui_3_17_2_1_1720686858477_10054.sqs-block-accordion .accordion-item:nth-child(2) .accordion-item__title:after{ content:"\A SR INTERIOR DESIGNER"; } #block-yui_3_17_2_1_1720686858477_10054.sqs-block-accordion .accordion-item:nth-child(3) .accordion-item__title:after{ content:"\A JUNIOR INTERIOR DESIGNER"; } #block-dbbd037fdbc82037947a.sqs-block-accordion .accordion-item:nth-child(1) .accordion-item__title:after{ content:"\A PT MANAGER & SR ARCHITECT"; } Lesum 1 🤓 Creator of InsideTheSquare.co ✨ SQUARESPACE CIRCLE LEADER✨ SQUARESPACE EXPERT ✨ SQUARESPACE EMPLOYEE EDUCATOR ✨ CERTIFIED CUSTOM CODE EXPERT ✨ 🗺️ New to Squarespace? Get your free roadmap: insidethesquare.co/roadmap 🙋♀️ New to CSS? Learn the basics for free: insidethesquare.co/learn ⭐️ Ready to go pro? Get my custom code collection: insidethesquare.co/css
BloomStudio Posted July 15 Author Posted July 15 Thank you Becca! That worked great. This client is an interior designer and very specific with designs which is requiring a lot of code! And thanks for all your content. I learnt so much CSS and designing coding from your videos 🙂 inside_the_square 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment