ThatDeafGuy Posted December 27, 2023 Share Posted December 27, 2023 Hi folks, Might someone be able to tell me how I change the font in the blog Author Bio (that is shown at the bottom of each post) perchance? Many thanks, Lee. Link to comment
LouLouHarvey Posted December 27, 2023 Share Posted December 27, 2023 Hi @ThatDeafGuy Others may have a better way, but I personally would find out the Block ID of the text you want to update the font for. If you aren't already using it then there is a useful Chrome Extension that will help you identify this -https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Once you have the block ID then an example of the code would be as follows where the Block ID is 123456 and it is the h2 text that you want to apply Arial font to: #block-123456 h2{font-family: Arial, sans-serif;} Link to comment
ThatDeafGuy Posted December 28, 2023 Author Share Posted December 28, 2023 (edited) Just tried it with an identikit Firefox extension, sadly it only checks the main blog block, the author bio below isn't showing in a seperate block as far as I can see. Edited December 28, 2023 by ThatDeafGuy Link to comment
Solution tuanphan Posted December 30, 2023 Solution Share Posted December 30, 2023 Use CSS like this div.blog-item-author-profile-wrapper * { font-family: 'Josefin Sans' !important; } ThatDeafGuy 1 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!) Link to comment
ThatDeafGuy Posted January 23 Author Share Posted January 23 On 12/30/2023 at 8:38 AM, tuanphan said: Use CSS like this div.blog-item-author-profile-wrapper * { font-family: 'Josefin Sans' !important; } Thaaaannnkkkk yoooouuuuuuu 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