MREK Posted December 27, 2021 Share Posted December 27, 2021 Site URL: https://www.timothyschimick.com/ I am using the following code to adjust the look of the excerpt font in a blog summary block on the home page of a site. All of the elements are working except for the font size. Any ideas? .sqs-block-summary-v2 { .summary-excerpt { font-family: adobe jenson pro; font-weight: 600; font-size: 40px !important; color: #000; text-transform: ; font-style: italic; } } Thank you! Link to comment
Beyondspace Posted December 28, 2021 Share Posted December 28, 2021 7 hours ago, MREK said: Site URL: https://www.timothyschimick.com/ I am using the following code to adjust the look of the excerpt font in a blog summary block on the home page of a site. All of the elements are working except for the font size. Any ideas? .sqs-block-summary-v2 { .summary-excerpt { font-family: adobe jenson pro; font-weight: 600; font-size: 40px !important; color: #000; text-transform: ; font-style: italic; } } Thank you! Try .sqs-block-summary-v2 .summary-excerpt p { font-size: 20px !important; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too MREK 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
MREK Posted December 29, 2021 Author Share Posted December 29, 2021 That worked! Thank you. I am happy it was such an easy fix. Beyondspace 1 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