KickinGa Posted December 18, 2020 Share Posted December 18, 2020 Site URL: https://www.bondprosper.com/about-1 I'd like to change the font style used on the description text for the images on a slideshow gallery. For example, be able to change it to Heading 3, or Heading 4, or Paragrah 2??? The section number in question is section[data-section-id="5fdaf7c4de510a316ebe1b5c"] https://www.bondprosper.com/about-1 Link to comment
Beyondspace Posted December 18, 2020 Share Posted December 18, 2020 10 minutes ago, KickinGa said: Site URL: https://www.bondprosper.com/about-1 I'd like to change the font style used on the description text for the images on a slideshow gallery. For example, be able to change it to Heading 3, or Heading 4, or Paragrah 2??? The section number in question is section[data-section-id="5fdaf7c4de510a316ebe1b5c"] https://www.bondprosper.com/about-1 In Description of each image, place the text inside heading tag name such as <h1>Description </h1> <h2>Description </h2> BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
KickinGa Posted December 18, 2020 Author Share Posted December 18, 2020 That works, thanks, however it looks like the text container is fixed and doesn't expand when teh text gets bigger. See image, there is more text not showing: Link to comment
tuanphan Posted December 22, 2020 Share Posted December 22, 2020 On 12/18/2020 at 11:17 AM, KickinGa said: That works, thanks, however it looks like the text container is fixed and doesn't expand when teh text gets bigger. See image, there is more text not showing: Do you still need help with this? Also, I see your footer on tablet doesn't look good. You can fix by reducing font size, add to Home > Design > Custom CSS /* footer text size on mobile */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-5f5726fb974f98058a7f64df 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
KickinGa Posted December 30, 2020 Author Share Posted December 30, 2020 Will this also change for mobile or just on tablet format? Link to comment
tuanphan Posted December 30, 2020 Share Posted December 30, 2020 1 hour ago, KickinGa said: Will this also change for mobile or just on tablet format? Tablet only. 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
KickinGa Posted March 1, 2021 Author Share Posted March 1, 2021 Hi tuanphan, thanks for helping on this previously, I';ve not been working on the site for a while. Instead fo setting all the fonts in the footer to 14px, is it possible to set the rem to 14px, as there are two font sizes in the footer? Link to comment
tuanphan Posted March 3, 2021 Share Posted March 3, 2021 On 3/1/2021 at 12:25 PM, KickinGa said: Hi tuanphan, thanks for helping on this previously, I';ve not been working on the site for a while. Instead fo setting all the fonts in the footer to 14px, is it possible to set the rem to 14px, as there are two font sizes in the footer? you can use font-size: 1rem; change 1 to another number what you feel fine 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
KickinGa Posted March 4, 2021 Author Share Posted March 4, 2021 20 hours ago, tuanphan said: you can use font-size: 1rem; change 1 to another number what you feel fine Sorry, I don't think I explained this clearly. Within the footer on desktop browser, I have two font sizes in use: 1. The main text of the footer, my address, phone number, links etc (using font size Paragraph 2) 2. The smaller text below with a disclaimer and the links to privacy policy, etc. (font size Paragraph 3) When using the 14px or 1rem code it changes all the text to 14px, but I want to reduce the size of both texts equally. Or I could even just try changing the Paragraph 2 text size to start. Does this make sense? Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 On 3/4/2021 at 12:10 PM, KickinGa said: Sorry, I don't think I explained this clearly. Within the footer on desktop browser, I have two font sizes in use: 1. The main text of the footer, my address, phone number, links etc (using font size Paragraph 2) 2. The smaller text below with a disclaimer and the links to privacy policy, etc. (font size Paragraph 3) When using the 14px or 1rem code it changes all the text to 14px, but I want to reduce the size of both texts equally. Or I could even just try changing the Paragraph 2 text size to start. Does this make sense? url doesn't exist. https://www.bondprosper.com/about-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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.