JustineComtat Posted November 22, 2021 Posted November 22, 2021 Site URL: https://duck-lanternfish-9e77.squarespace.com/assessment Hello, I can't resize the size of the title of my pie chart. The size is way too big. Can you please help me? Many thanks
creedon Posted November 22, 2021 Posted November 22, 2021 Please set up a site-wide password. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
JustineComtat Posted November 23, 2021 Author Posted November 23, 2021 Hello, Thanks for your reply. My password is: squarespace
creedon Posted November 23, 2021 Posted November 23, 2021 Two ways to go. Change the font Heading 2 site-wide. The second is to use CSS. Add the following to Design > Custom CSS. /* assessment page decrease size of chart titles */ #collection-619bbe0d6f799c384cbb13c0 .sqs-block-chart h2 { --base-value : 2.2; font-size: calc( ( var( --base-value ) - 1 ) * 1.2vh + 1rem ); } This is for v7.1. Adjust the base value as desired. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
JustineComtat Posted December 6, 2021 Author Posted December 6, 2021 Thank you very much! I have another question: I'd like to link a page to the Chart title. Do you know how to do that? Many thanks,
creedon Posted December 6, 2021 Posted December 6, 2021 Two ways to go! Use block ids like < https://duck-lanternfish-9e77.squarespace.com/assessment#block-yui_3_17_2_1_1637599977607_91424 >. Pretty ugly. Block ids can be found using Heather Tovey's most excellent looking Squarespace ID Finder. The other option would be to use code blocks and create your own anchor links/uri fragments. An example code. This would be for the IT chart. <a id="it"></a> The URL would then look like < https://duck-lanternfish-9e77.squarespace.com/assessment#id >. Or just < #id > for within page link. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Emmapartridge Posted December 11, 2022 Posted December 11, 2022 (edited) Hello Please can you assist with pie chart help, I want the percentage to be located in the middle (see attached) needs to also be consistent across devices. Thanks Edited December 11, 2022 by Emmapartridge
tuanphan Posted December 15, 2022 Posted December 15, 2022 On 12/11/2022 at 8:54 PM, Emmapartridge said: Hello Please can you assist with pie chart help, I want the percentage to be located in the middle (see attached) needs to also be consistent across devices. Thanks Hi, Can you share link to page in screenshot? We can check easier 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!)
Emmapartridge Posted December 17, 2022 Posted December 17, 2022 https://grouse-saxophone-wskf.squarespace.com/config/pages Scroll to the bottom, thanks
tuanphan Posted December 20, 2022 Posted December 20, 2022 On 12/18/2022 at 3:37 AM, Emmapartridge said: https://grouse-saxophone-wskf.squarespace.com/config/pages Scroll to the bottom, thanks https://grouse-saxophone-wskf.squarespace.com/?noredirect What is password? 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment