philpallen Posted May 12, 2021 Share Posted May 12, 2021 I've set my h2 bolded to have a turquoise highlight effect, but what do I need to add to this code to specify the Squarespace color scheme/profile? For example, I'd like the code below to work on lightest, lightest-bold, light, light-bold, bright, brightest-bold, but then CHANGE the color for dark, dark-bold, darkest, darkest-bold h2 strong { background: linear-gradient(180deg, #29d2c9-5, #29d2c9); display: inline; line-height: 1.6; text-transform: uppercase; letter-spacing: 0.10em !important; } Thanks! Link to comment
tuanphan Posted May 14, 2021 Share Posted May 14, 2021 try .light-bold h2 strong { background: linear-gradient(180deg, #29d2c9-5, #29d2c9); display: inline; line-height: 1.6; text-transform: uppercase; letter-spacing: 0.10em !important; } 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
philpallen Posted May 26, 2021 Author Share Posted May 26, 2021 Thank you, @tuanphan! 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