ashley.srokosz Posted October 12, 2021 Share Posted October 12, 2021 Hi there, I'm looking for some help with a little customization on my site, specifically in the new auto list section. I'd love to change the background colour of the title (which in this case is a testimonial using filler lorem ipsum text), and am trying to figure this out using custom code with not much luck. It's in the page below, section 6: https://bbba-website-template.squarespace.com/ Password is letmein Essentially I want the lower auto list section to look just like the one above it with the white colour behind the text. SS doesn't allow you to change this option in the site settings. Thanks, Ashley Link to comment
Beyondspace Posted October 12, 2021 Share Posted October 12, 2021 2 hours ago, ashley.srokosz said: Hi there, I'm looking for some help with a little customization on my site, specifically in the new auto list section. I'd love to change the background colour of the title (which in this case is a testimonial using filler lorem ipsum text), and am trying to figure this out using custom code with not much luck. It's in the page below, section 6: https://bbba-website-template.squarespace.com/ Password is letmein Essentially I want the lower auto list section to look just like the one above it with the white colour behind the text. SS doesn't allow you to change this option in the site settings. Thanks, Ashley Try adding to Home > Design > Custom Css /*Change the background-color of tile*/ section[data-section-id="6165a9300910fc295025d0f5"] .list-item-content__title { background-color: purple; } /*Lower the auto List*/ section[data-section-id="6165a9300910fc295025d0f5"] .user-items-list { padding-top: 3.3vmax !important; padding-bottom: 3.3vmax !important; } Support me by pressing 👍 if this useful for you 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, Keyword HighlighterIf 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
Beyondspace Posted October 12, 2021 Share Posted October 12, 2021 This is the result 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, Keyword HighlighterIf 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
ashley.srokosz Posted October 12, 2021 Author Share Posted October 12, 2021 Thank you so much @bangank36, I really appreciate it! Is there a way to make it look like the image attached? 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