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 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
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; } Klara 1 Link to comment
Klara Posted September 2, 2020 Author Share Posted September 2, 2020 (edited) 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; } Edited September 2, 2020 by Klara derricksrandomviews 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