Keenan Posted February 16, 2022 Share Posted February 16, 2022 Site URL: https://raspberry-seabass-y6wf.squarespace.com Hi there. Two questions in regards to customising the Carousel list for testimonials. What code do I need to use to adjust the following - 1. I'd like the "Title" to sit below the description - I'll be using this for the person's name 2. I'd like the Heading/Title font in this section to be the same as the paragraph styling https://raspberry-seabass-y6wf.squarespace.com password: movebeyondwithava Many thanks! Link to comment
Beyondspace Posted February 20, 2022 Share Posted February 20, 2022 On 2/16/2022 at 2:04 PM, Keenan said: Site URL: https://raspberry-seabass-y6wf.squarespace.com Hi there. Two questions in regards to customising the Carousel list for testimonials. What code do I need to use to adjust the following - 1. I'd like the "Title" to sit below the description - I'll be using this for the person's name 2. I'd like the Heading/Title font in this section to be the same as the paragraph styling https://raspberry-seabass-y6wf.squarespace.com password: movebeyondwithava Many thanks! Try adding to Home > Design > Custom Css .list-item-content__text-wrapper { display: flex; flex-direction: column; } .list-item-content__title{ order: 2; font-size: calc(var(--body-font-size-value) * 1rem) !important; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Keenan 1 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
Keenan Posted February 20, 2022 Author Share Posted February 20, 2022 Thank you BaNgan. I'm getting an error that says "Operation on an invalid type". Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 On 2/21/2022 at 4:59 AM, Keenan said: Thank you BaNgan. I'm getting an error that says "Operation on an invalid type". try this new code .list-item-content__text-wrapper { display: flex; flex-direction: column; } .list-item-content__title{ order: 2; font-size: calc(~"var(--body-font-size-value) * 1rem") !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment