JamIsJam88 Posted March 1, 2021 Share Posted March 1, 2021 How can I adjust the font size and line height for the excerpt that is displayed on the Blog List Page for all of the Blogs with Custom CSS? Website: https://ellipsoid-decagon-7aze.squarespace.com/availabilities Password: testing Link to comment
Beyondspace Posted March 1, 2021 Share Posted March 1, 2021 1 hour ago, AllanYung said: How can I adjust the font size and line height for the excerpt that is displayed on the Blog List Page for all of the Blogs with Custom CSS? Website: https://ellipsoid-decagon-7aze.squarespace.com/availabilities Password: testing Could you try this .blog-item-summary .blog-excerpt-wrapper h4 { font-size: 2em; line-height: 0em; } .blog-item-summary .blog-excerpt-wrapper p { font-size: 2em; line-height: 0em; } tuanphan and JamIsJam88 1 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
JamIsJam88 Posted March 1, 2021 Author Share Posted March 1, 2021 (edited) 11 hours ago, bangank36 said: Could you try this .blog-item-summary .blog-excerpt-wrapper h4 { font-size: 2em; line-height: 0em; } .blog-item-summary .blog-excerpt-wrapper p { font-size: 2em; line-height: 0em; } Worked perfectly. Thanks @bangank36! Edited March 1, 2021 by AllanYung 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