Jennysii Posted March 16, 2023 Share Posted March 16, 2023 Hi! I was able to change the font of the single blog post to match our brand but I still haven't manage to change the title font from our "news"-page where the blog posts are put. (https://www.sininenjattilainen.fi/ajankohtaista) What kind of a code I need to use? I tried the one I found in here before but didn't have any luck with it. This is the code I tried: h1.BlogItem-title { color: #ff0000; font-size: 50px; font-family: futura-pt !important; } Link to comment
qosmic Posted March 16, 2023 Share Posted March 16, 2023 You could find the block ID and set the font for that heading class just for that block. If you don't know how to get the block ID, I'd recommend Heather Tovey's Squarespace block ID plugin for your browser. .techCRM | Email Marketing | eCommerce | Accounting Systems | Data Migration | Automation | App IntegrationsOur Mission - Contact Link to comment
Jennysii Posted March 17, 2023 Author Share Posted March 17, 2023 Thank you! I found the section code: section[data-section-id="63a584bfa941354aa26391a6"] But haven't found the way how to change section's fonts. I'll keep looking! Link to comment
qosmic Posted March 17, 2023 Share Posted March 17, 2023 Navigate to Design=>Custom CSS and structure your entry like the following: #block-62dcac1d32fc827688668d37 { h1 {font-size:2.3rem !important} h1 {font-family:futura-pt !important} } Instead of 2.3rem, use whatever size you want. tuanphan 1 .techCRM | Email Marketing | eCommerce | Accounting Systems | Data Migration | Automation | App IntegrationsOur Mission - Contact 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