thejschweigert Posted November 27, 2021 Share 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 Link to comment
Beyondspace Posted November 28, 2021 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted November 28, 2021 Share Posted November 28, 2021 My testing result Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
thejschweigert Posted November 28, 2021 Author Share 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? Link to comment
tuanphan Posted November 30, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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