charlottewang Posted May 6, 2022 Share Posted May 6, 2022 Site URL: http://www.rare-fruit.com Hello guys, I'm new to Squarespace and CSS. I'm having some trouble adding a tagline near my Site Title via Site Styles, and wonder if I need to inject CSS code to style it so the spacing is not awkward, and will be resized automatically on mobile, ipad? Would appreciate your help! Thanks, Charlotte Link to comment
Beyondspace Posted May 6, 2022 Share Posted May 6, 2022 3 hours ago, charlottewang said: Site URL: http://www.rare-fruit.com Hello guys, I'm new to Squarespace and CSS. I'm having some trouble adding a tagline near my Site Title via Site Styles, and wonder if I need to inject CSS code to style it so the spacing is not awkward, and will be resized automatically on mobile, ipad? Would appreciate your help! Thanks, Charlotte Do you mean the reducing the space of heading 'the focus and mood company.'? 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) 🚀 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
Beyondspace Posted May 6, 2022 Share Posted May 6, 2022 You can try the following code to modify the spacing between letters section[data-section-id="6269671f6024a56078d439b0"] h3{ letter-spacing: 5px; } 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) 🚀 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
charlottewang Posted May 7, 2022 Author Share Posted May 7, 2022 Thanks for your advice, Bangank36. I tried this but it did not change the two elements. Is it because the site header and the tag line are on separate sections? (I couldn't find the option to add tagline into the site title) Link to comment
tuanphan Posted May 8, 2022 Share Posted May 8, 2022 On 5/7/2022 at 3:29 PM, charlottewang said: Thanks for your advice, Bangank36. I tried this but it did not change the two elements. Is it because the site header and the tag line are on separate sections? (I couldn't find the option to add tagline into the site title) Try adding to Design > Custom CSS a#site-title:after { content: "tagline"; display: block; font-size: 20px; } a#site-title { line-height: 20px; } 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