fairyjobmother Posted January 2, 2021 Share Posted January 2, 2021 Site URL: http://www.fairyjobmother.co.uk Hi! I have a custom font that I'd like to use for my blog posts' titles/headers text. I have managed to add the custom font to the rest of the site but can't figure out how to change the blog's font. Can anybody help give me the right text I need to add to the custom CSS field? I appreciate any help you can provide. Link to comment
Solution Beyondspace Posted January 2, 2021 Solution Share Posted January 2, 2021 1 hour ago, fairyjobmother said: Site URL: http://www.fairyjobmother.co.uk Hi! I have a custom font that I'd like to use for my blog posts' titles/headers text. I have managed to add the custom font to the rest of the site but can't figure out how to change the blog's font. Can anybody help give me the right text I need to add to the custom CSS field? I appreciate any help you can provide. Try this .blog-item-wrapper .blog-item-title h1.entry-title, .blog-masonry .blog-title { font-family: 'Mikela'; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Beyondspace Posted January 2, 2021 Share Posted January 2, 2021 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
fairyjobmother Posted January 2, 2021 Author Share Posted January 2, 2021 thank you!! Beyondspace 1 Link to comment
tuanphan Posted January 5, 2021 Share Posted January 5, 2021 @fairyjobmother I see on tablet, the site has some small problems. 1. Text is a bit narrow. You can use this CSS to increase width. /* tablet text */ @media screen and (max-width:991px) and (min-width:768px) { [data-section-id="5efe5cd79def0e51299c98f7"] .content { width: 95% !Important; } } 2. Footer links break into 2 line. You can use this CSS to make them same line /* tablet footer */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-5ec04d02233cc558e212dbe7 .span-12>.row>.col { width: 50%; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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