fairyjobmother Posted January 2, 2021 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.
Beyondspace Posted January 2, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted January 2, 2021 Posted January 2, 2021 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted January 5, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.