thejschweigert Posted November 27, 2021 Posted November 27, 2021 Site URL: https://www.joshuaschweigert.com/ Hello, I'm trying to bold the Newsletter H3 text, so that it features the same styling as my bold h3 text elsewhere across the website. How can this be done? Thank you, kindly! Warm Regards, Joshua Schweigert
Beyondspace Posted November 28, 2021 Posted November 28, 2021 11 hours ago, thejschweigert said: Site URL: https://www.joshuaschweigert.com/ Hello, I'm trying to bold the Newsletter H3 text, so that it features the same styling as my bold h3 text elsewhere across the website. How can this be done? Thank you, kindly! Warm Regards, Joshua Schweigert Hi @thejschweigert, You can try adding to Home > Design > Custom Css .newsletter-form-header-title { font-weight: 700 !important; background: -webkit-linear-gradient(-50deg, #000, #5c0e86); -webkit-background-clip: text; color: #000; -webkit-text-fill-color: transparent; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted November 28, 2021 Posted November 28, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
thejschweigert Posted November 28, 2021 Author Posted November 28, 2021 BOOM! Works like a gem. You are the man! While I have you, is it possible to do the same thing for the logo text?
tuanphan Posted November 30, 2021 Posted November 30, 2021 On 11/29/2021 at 2:24 AM, thejschweigert said: BOOM! Works like a gem. You are the man! While I have you, is it possible to do the same thing for the logo text? With logo in SS 7.1, you can try this CSS a#site-title { font-weight: 700 !important; background: -webkit-linear-gradient( -50deg, #000, #5c0e86); -webkit-background-clip: text; color: #000; -webkit-text-fill-color: transparent; } 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
Archived
This topic is now archived and is closed to further replies.