FarrinPlansDisney Posted August 29, 2022 Share Posted August 29, 2022 Site URL: http://www.vacationsworthmeltingfor.com Hello everyone! I am very new to Squarespace and while I am technically a Millennial, I would classify my technological abilities as those of a Boomer. I say this only to emphasize the fact that I need you to basically write your advice as though you were explaining it to a caveman. I am struggling to change the font size for the disclaimer that I am required to include on my website. I have it placed in the footer of the site in a paragraph 3 text box. The font is still huge and I would really like to make it much smaller so that it doesn't take up as much space. I really appreciate any and all help! Link to comment
paul2009 Posted August 29, 2022 Share Posted August 29, 2022 The site is currently password protected so we'll need the public password to allow us to see the footer 🙂 Please read How to Post a Forum Question for guidance on the information that we need. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
FarrinPlansDisney Posted August 29, 2022 Author Share Posted August 29, 2022 4 hours ago, paul2009 said: The site is currently password protected so we'll need the public password to allow us to see the footer 🙂 Please read How to Post a Forum Question for guidance on the information that we need. Oops! I've just reset the password; it is now 1234 Link to comment
tuanphan Posted August 30, 2022 Share Posted August 30, 2022 16 hours ago, FarrinPlansDisney said: Oops! I've just reset the password; it is now 1234 Hi. Password is incorrect 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
FarrinPlansDisney Posted September 1, 2022 Author Share Posted September 1, 2022 On 8/30/2022 at 9:43 AM, tuanphan said: Hi. Password is incorrect Apologies. Should be fixed now to be 1234 Link to comment
Solution tuanphan Posted September 3, 2022 Solution Share Posted September 3, 2022 On 8/29/2022 at 11:16 PM, FarrinPlansDisney said: Site URL: http://www.vacationsworthmeltingfor.com Hello everyone! I am very new to Squarespace and while I am technically a Millennial, I would classify my technological abilities as those of a Boomer. I say this only to emphasize the fact that I need you to basically write your advice as though you were explaining it to a caveman. I am struggling to change the font size for the disclaimer that I am required to include on my website. I have it placed in the footer of the site in a paragraph 3 text box. The font is still huge and I would really like to make it much smaller so that it doesn't take up as much space. I really appreciate any and all help! Try adding to Design > Custom CSS /* Footer disclaimer */ div#block-yui_3_17_2_1_1661298162099_29392 p { font-size: 14px; } 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
FarrinPlansDisney Posted September 6, 2022 Author Share Posted September 6, 2022 On 9/3/2022 at 7:19 AM, tuanphan said: Try adding to Design > Custom CSS /* Footer disclaimer */ div#block-yui_3_17_2_1_1661298162099_29392 p { font-size: 14px; } Thank you SO much for your help! That fixed the issue! tuanphan 1 Link to comment
Amanda-FWI Posted January 12, 2023 Share Posted January 12, 2023 (edited) Hi! I tried to use this code but I am not sure if I used it correctly, as I just cut and paste it in the bottom of my custom css section, and it still looks big on mobile. Can you please assist? my site is: www.friendshipwithintention.com Edited January 12, 2023 by Amanda-FWI Link to comment
tuanphan Posted January 15, 2023 Share Posted January 15, 2023 On 1/12/2023 at 2:41 PM, Amanda-FWI said: Hi! I tried to use this code but I am not sure if I used it correctly, as I just cut and paste it in the bottom of my custom css section, and it still looks big on mobile. Can you please assist? my site is: www.friendshipwithintention.com Add to Design > Custom CSS div#block-6b47df8fa68189c5403a p { font-size: 16px; } 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
Amanda-FWI Posted January 16, 2023 Share Posted January 16, 2023 So that code helped me make it smaller on the website, but you can see from the screenshot my mobile view is still pretty big and I even put that code inside and outside of my mobile section. Link to comment
tuanphan Posted January 18, 2023 Share Posted January 18, 2023 On 1/16/2023 at 2:52 PM, Amanda-FWI said: So that code helped me make it smaller on the website, but you can see from the screenshot my mobile view is still pretty big and I even put that code inside and outside of my mobile section. Try this new code div#block-6b47df8fa68189c5403a p { font-size: 16px !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment