LindseyCash Posted February 21, 2020 Share Posted February 21, 2020 Site URL: http://lindsey-cash.com I have the Ishimoto template and am getting frustrated since the "Headings" site tweak controls the Heading 1 & Heading 2 and the "Text Size" controls the Body Text and Heading 3, so you are left with only 2 font choices and basically 2 text sizes on your whole site. I feel kind of dumb asking this, but is there a code I can get to customize font on each page, and how do i determine which text blocks are affected by which codes? Thanks SO MUCH! Link to comment
tuanphan Posted February 22, 2020 Share Posted February 22, 2020 To adjust heading font on specific page, add this code to Page Settings > Advanced > Header (if you use Personal Plan, you need to use other code) <style> h1 { font-size: 100px; color: red; font-weight: bold; font-family: monospace; letter-spacing: 10px; } h2 { font-size: 50px; color: green; font-weight: bold; font-family: future-pt; letter-spacing: 10px; } </style> how do i determine which text blocks are affected by which codes? You need to know CSS basic or post on SS Forum to ask or hire someone 😅 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
Pippa Posted April 15, 2020 Share Posted April 15, 2020 Hello! What is the other code for personal plan? I am having the same problem. I cant work with just two fonts, I need a third for my home page where my company name is written out differently. im on 7.1 and the website is www.the-comms-collective.com. Thanks. @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.