Vit Posted December 1, 2021 Share Posted December 1, 2021 (edited) Site URL: https://valueadd.one I have a couple of questions where I seek help. 1. I have a Medium widget on the front page that I embedded through a code block coming via a SociableKIT javascript widget. The problem is the font title of the blog post which looks bolder than any other font element of this type on the page. I'd like to make it lighter so it'd look the same way as other font elements. Originally, I assigned all headers via CSS styles to be in Telegraf font as well as on the on the end of SociableKIT where I included the same font style code for a title block. Indeed, we see a widget rendered with a font title in Telegraf font, but for some reason it looks bolder, given that I haven't included any special code instruction for this element to look bolder. 2. On the 'Working together' page (https://www.valueadd.one/working-together) I'd like the email form elements also be in Telegraf font. How do I do that? Please help me identify the id name for that form element. Edited December 1, 2021 by Vit Link to comment
Beyondspace Posted December 2, 2021 Share Posted December 2, 2021 23 hours ago, Vit said: Site URL: https://valueadd.one I have a couple of questions where I seek help. 1. I have a Medium widget on the front page that I embedded through a code block coming via a SociableKIT javascript widget. The problem is the font title of the blog post which looks bolder than any other font element of this type on the page. I'd like to make it lighter so it'd look the same way as other font elements. Originally, I assigned all headers via CSS styles to be in Telegraf font as well as on the on the end of SociableKIT where I included the same font style code for a title block. Indeed, we see a widget rendered with a font title in Telegraf font, but for some reason it looks bolder, given that I haven't included any special code instruction for this element to look bolder. 2. On the 'Working together' page (https://www.valueadd.one/working-together) I'd like the email form elements also be in Telegraf font. How do I do that? Please help me identify the id name for that form element. 1. Can you share some screenshots of your issue? It could help us a lot to find the right solution 2. Try adding to Home > Design > Custom Css #block-5b627cba3864c5d0d65b * { font-family: 'Telegraf' !important; } 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
Vit Posted December 4, 2021 Author Share Posted December 4, 2021 On 12/2/2021 at 7:04 PM, bangank36 said: 1. Can you share some screenshots of your issue? It could help us a lot to find the right solution 2. Try adding to Home > Design > Custom Css #block-5b627cba3864c5d0d65b * { font-family: 'Telegraf' !important; } @bangank36 Strangely enough, but this CSS works on desktop, but doesn't work on mobile. See a screen file att. Any thoughts why? Link to comment
Vit Posted December 6, 2021 Author Share Posted December 6, 2021 (edited) On 12/4/2021 at 8:54 PM, Vit said: Try adding to Home > Design > Custom Css #block-5b627cba3864c5d0d65b * { font-family: 'Telegraf' !important; } @tuanphan hey, can you pls help me figure out why this code doesn't work on mobile? It should apply a custom font to an email form, but apparently renders as cursive font on mobile (checked on Opera & Safari on mobile). Edited December 6, 2021 by Vit Link to comment
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 @Vit Don't remove/edit any code in your current code. Add this to Design > Custom CSS /* Contact form font */ div#block-bf4c75f1e28a7d30c89c * { font-family: "TR" !important; } 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
Vit Posted December 11, 2021 Author Share Posted December 11, 2021 1 hour ago, tuanphan said: @Vit Don't remove/edit any code in your current code. Add this to Design > Custom CSS /* Contact form font */ div#block-bf4c75f1e28a7d30c89c * { font-family: "TR" !important; } Thanks so much, it worked! Link to comment
Vit Posted January 11, 2022 Author Share Posted January 11, 2022 @tuanphan hey, one more question. but how do I make the font size for all input fields in this form bigger than 12px? Link to comment
tuanphan Posted January 12, 2022 Share Posted January 12, 2022 19 hours ago, Vit said: @tuanphan hey, one more question. but how do I make the font size for all input fields in this form bigger than 12px? Use this CSS div#page-section-61ab621d7f90a4777b5d26dd input { font-size: 20px; } 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
Vit Posted January 12, 2022 Author Share Posted January 12, 2022 (edited) 27 minutes ago, tuanphan said: Use this CSS div#page-section-61ab621d7f90a4777b5d26dd input { font-size: 20px; } @tuanphanThanks so much!! Edited January 12, 2022 by Vit 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