ThisWayToFabulous Posted December 23, 2021 Share Posted December 23, 2021 (edited) Site URL: https://tmha-new-site.squarespace.com/meet-the-artists/tamara Can I code h3 to be larger in just one area on the site? Link is listed. It is basically all the artist pages. It's built via portfolio. The one im trying to make like way bigger is "tamara" password: tamara Edited December 23, 2021 by ThisWayToFabulous broken link Link to comment
creedon Posted December 23, 2021 Share Posted December 23, 2021 The page you point to doesn't exist. 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. Link to comment
ThisWayToFabulous Posted December 23, 2021 Author Share Posted December 23, 2021 @creedon thanks! I forgot i was working on it after i posted. Just updated it! creedon 1 Link to comment
creedon Posted December 23, 2021 Share Posted December 23, 2021 Add the following to Design > Custom CSS. #block-yui_3_17_2_1_1640025902714_6326 h3 { font-size : 200px; } 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. Link to comment
ThisWayToFabulous Posted December 23, 2021 Author Share Posted December 23, 2021 @creedon unfortunately that did not work. How do you find the block id's?!?! Link to comment
ThisWayToFabulous Posted December 23, 2021 Author Share Posted December 23, 2021 wait! It DID work! So there is like 16 artists I'll need to do this for. Will it carry over if I just duplicate that one? Link to comment
creedon Posted December 23, 2021 Share Posted December 23, 2021 Quote How do you find the block id's?!?! Check out Heather Tovey's most excellent looking Squarespace ID Finder. 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. Link to comment
creedon Posted December 23, 2021 Share Posted December 23, 2021 (edited) Quote Will it carry over if I just duplicate that one? You can duplicate the ruleset or combine the block ids into one ruleset. Something like the following. /* big names, uses LESS syntax */ #block-yui_3_17_2_1_1640025902714_6326, // tamara [enter block id here], // [enter artist name here] { h3 { font-size : 200px; } } Repeat the enter here line for as many artists as you need to enter. Let us know how it goes. Edited December 23, 2021 by creedon 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. Link to comment
ThisWayToFabulous Posted December 23, 2021 Author Share Posted December 23, 2021 OMFGGGGGG @creedon you are a life saver! creedon 1 Link to comment
ThisWayToFabulous Posted December 23, 2021 Author Share Posted December 23, 2021 @creedon I'm trying to use that code for this area to change the font (Adriana, Alexis, etc) AND the size but can not get it to work! Any ideas? Link to comment
creedon Posted December 24, 2021 Share Posted December 24, 2021 Quote I'm trying to use that code for this area to change the font (Adriana, Alexis, etc) AND the size but can not get it to work! Any ideas? Different elements require different code. In this case you are looking at a gallery section not text blocks. I looked a little bit into this and SS is doing some pretty fancy font size calculations. They aren't using a single font-size value. They're doing calculations based on orientation ( landscape vs portrait ) and other factors. I'm not able to dig into the issue at this time but perhaps one of the other regular contributors have something to add. 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. Link to comment
ThisWayToFabulous Posted December 26, 2021 Author Share Posted December 26, 2021 On 12/23/2021 at 9:27 PM, creedon said: Different elements require different code. In this case you are looking at a gallery section not text blocks. I looked a little bit into this and SS is doing some pretty fancy font size calculations. They aren't using a single font-size value. They're doing calculations based on orientation ( landscape vs portrait ) and other factors. I'm not able to dig into the issue at this time but perhaps one of the other regular contributors have something to add. @tuanphan do you have any insight? Link to comment
Beyondspace Posted December 27, 2021 Share Posted December 27, 2021 For artist section you can try adding to Home > Design > Custom Css section[data-section-id="61a78b8dc3a7fe13f15588e5"] h3 { font-size: 40px !important; } Let me know how it works Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
ThisWayToFabulous Posted December 27, 2021 Author Share Posted December 27, 2021 4 hours ago, bangank36 said: For artist section you can try adding to Home > Design > Custom Css section[data-section-id="61a78b8dc3a7fe13f15588e5"] h3 { font-size: 40px !important; } Let me know how it works Support me by pressing 👍 if this useful for you unfortunately no this doesnt work @bangank36 Link to comment
tuanphan Posted December 28, 2021 Share Posted December 28, 2021 On 12/24/2021 at 4:48 AM, ThisWayToFabulous said: @creedon I'm trying to use that code for this area to change the font (Adriana, Alexis, etc) AND the size but can not get it to work! Any ideas? Use this CSS /* The magic behind artist names */ [data-section-id="61a3f20b4d0dd626ec6305de"] h2.list-item-content__title { font-size: 30px !important; } Use this tool to find data section id. 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
ThisWayToFabulous Posted December 28, 2021 Author Share Posted December 28, 2021 @tuanphan this worked PERFECTLY, thanks! Link to comment
ThisWayToFabulous Posted December 29, 2021 Author Share Posted December 29, 2021 @tuanphan im trying to use this code to force the "FREQUENTLY ASKED QUESTIONS" part to h4 settings but its not letting me? Link to comment
tuanphan Posted January 1, 2022 Share Posted January 1, 2022 On 12/30/2021 at 12:04 AM, ThisWayToFabulous said: @tuanphan im trying to use this code to force the "FREQUENTLY ASKED QUESTIONS" part to h4 settings but its not letting me? It is h2 /*FAQ questions */ [data-section-id="61c243eb91204074872a51e8"] h2 { font-size: 100px !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
ThisWayToFabulous Posted January 1, 2022 Author Share Posted January 1, 2022 @tuanphan to clarify, I'm only looking for the "FREQUENTLY ASKED QUESTIONS" section title to change. This code change the size of the question itself. Link to comment
tuanphan Posted January 2, 2022 Share Posted January 2, 2022 17 hours ago, ThisWayToFabulous said: @tuanphan to clarify, I'm only looking for the "FREQUENTLY ASKED QUESTIONS" section title to change. This code change the size of the question itself. Use this code /*FAQ title */ [data-section-id="61c243eb91204074872a51e8"] .list-section-title p { font-size: 50px; } 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