Klara Posted August 31, 2020 Share Posted August 31, 2020 Site URL: https://synthesizer-carillon-f8ne.squarespace.com/config/ Hello, I'm looking for a custom CSS code to change the format of the title (only the title, not the date) in "Summary" which I've set up to list blog posts. Squarespace allows me to change font of blog post articles in blog page, but not in the summary. The first picture shows a default font, the second and third picture show how I'd like the new font to look. Thanks a lot in advance! Klara Link to comment
Beyondspace Posted August 31, 2020 Share Posted August 31, 2020 Your site is protected, pls provide the pass BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
derricksrandomviews Posted August 31, 2020 Share Posted August 31, 2020 Change the font name to what you want to use and the size, it can't be a custom font however, not with this particular piece of code. This goes into custom CSS. .summary-title-link { font-family: proxima-nova, serif; font-size: 16px; } Link to comment
Klara Posted September 2, 2020 Author Share Posted September 2, 2020 Thank you very much! I just played with your suggestion and tried to add something I've seen previously and came up with this code /* Summary font customization */ .summary-title-link { font-family: myriad-pro; font-size: 23px; font-style: italic; color: #EB5C92; } ...and this came out - exactly as I wanted - perfect 🙂 On 8/31/2020 at 10:44 PM, derricksrandomviews said: Change the font name to what you want to use and the size, it can't be a custom font however, not with this particular piece of code. This goes into custom CSS. .summary-title-link { font-family: proxima-nova, serif; font-size: 16px; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.