EdStemp 0 Share Posted January 21, 2020 https://megalodon-rose-khl5.squarespace.com Im trying to change the font style within the footer but think it would need to have custom CSS any advice? Link to post
0 tuanphan 9,568 Share Posted January 21, 2020 No Permissions You do not have permission to access this site's configuration area. Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 EdStemp 0 Author Share Posted January 21, 2020 Hi Tuanphan do you need to see the site to provide a code? Any ideas on how I can share that you with it still being a template Link to post
0 tuanphan 9,568 Share Posted January 23, 2020 On 1/21/2020 at 5:20 PM, EdStemp said: Hi Tuanphan do you need to see the site to provide a code? Any ideas on how I can share that you with it still being a template time-consuming to give the code without checking site url You can setup password & share url Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 EdStemp 0 Author Share Posted January 23, 2020 https://megalodon-rose-khl5.squarespace.com Password: Testingpassword Link to post
0 tuanphan 9,568 Share Posted January 23, 2020 51 minutes ago, EdStemp said: https://megalodon-rose-khl5.squarespace.com Password: Testingpassword which font do you want to change: font size, font family,..? and for text, link, social link...or? Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 EdStemp 0 Author Share Posted January 23, 2020 I want to change the font family for the line where it starts with High Contrast... and then potentially have some black text in there aswell. Also the social names... could I have icons instead? like this image Link to post
0 tuanphan 9,568 Share Posted January 23, 2020 (edited) 9 minutes ago, EdStemp said: I want to change the font family for the line where it starts with High Contrast... and then potentially have some black text in there aswell. Also the social names... could I have icons instead? like this image use this code div#block-e7ff16db2d1cd181157d h3:last-child strong { font-family: tuan !important; color: black; } With social icons, i think you need to use some CSS + FontAwesome. It will takes the time. Edited January 23, 2020 by tuanphan Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 EdStemp 0 Author Share Posted January 23, 2020 Do I paste that in the custom css on the main bit under home > settings? thank you and font family I just type in a type name in replace of Tuan? Link to post
0 EdStemp 0 Author Share Posted January 23, 2020 Sorry also... could I change the depth of the footer at all? it seems to keep it at that thickness Link to post
0 tuanphan 9,568 Share Posted January 23, 2020 Just now, EdStemp said: Do I paste that in the custom css on the main bit under home > settings? thank you and font family I just type in a type name in replace of Tuan? add to Home > Design > Custom CSS yes, replace Tuan with your font. -- If you use custom font, use this code @font-face { font-family: Tuan; src: url(paste font url here); } div#block-e7ff16db2d1cd181157d h3:last-child strong { font-family: tuan !important; color: black; } Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 tuanphan 9,568 Share Posted January 23, 2020 2 minutes ago, EdStemp said: Sorry also... could I change the depth of the footer at all? it seems to keep it at that thickness you want to reduce spacing top/bottom? Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 EdStemp 0 Author Share Posted January 23, 2020 bottom.. ideally the social links are right below the other text so the footer is a thinner strip thank you kindly for your speedy responses. Link to post
0 tuanphan 9,568 Share Posted January 23, 2020 1 minute ago, EdStemp said: bottom.. ideally the social links are right below the other text so the footer is a thinner strip thank you kindly for your speedy responses. add to Home > Design > Custom CSS nav.Footer-nav { padding-top: 0 !important; } div#block-e7ff16db2d1cd181157d { padding-bottom: 0; } div#block-yui_3_17_2_1_1579191451658_7255 { padding-bottom: 0; } div#footerBlocksTop { padding-bottom: 5px; } Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
EdStemp 0
https://megalodon-rose-khl5.squarespace.com
Im trying to change the font style within the footer but think it would need to have custom CSS
any advice?
Link to post
Top Posters For This Question
7
7
Popular Days
Jan 23
11
Jan 21
3
Top Posters For This Question
EdStemp 7 posts
tuanphan 7 posts
Popular Days
Jan 23 2020
11 posts
Jan 21 2020
3 posts
Posted Images
13 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment